All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Implicit RPROVIDES somewhere ?
@ 2024-04-16 14:50 Joel GUITTET
  2024-04-16 15:14 ` [yocto] " Quentin Schulz
  0 siblings, 1 reply; 7+ messages in thread
From: Joel GUITTET @ 2024-04-16 14:50 UTC (permalink / raw
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 840 bytes --]

Hello,

I have a target with multilib aarch64+arm.
I'm building a library "foo" that DEPENDS of library "bar". I need the library "foo" to be installed in the rootfs, but not the library "bar" (for specific reason in my project).
The recipe of library "foo" DEPENDS of "bar" but no RDEPENDS is used.

arm arch: I observe that the library "foo" is installed in "/usr/lib", and library "bar" is not installed, as expected.
aarch64 arch: I observe that the library "foo" is installed in "/usr/lib64", and library "bar" is installed in "/usr/lib64" as well, which is not what I want !!

It seems there is like an implicit RDEPENDS there, but only for the aarch64 architecture.

I'm looking to the right configuration to do here and will appreciate any inputs/topics to be checked in my project to progress on this.

Thanks
Joel

[-- Attachment #2: Type: text/html, Size: 900 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-04-18 10:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-16 14:50 Implicit RPROVIDES somewhere ? Joel GUITTET
2024-04-16 15:14 ` [yocto] " Quentin Schulz
2024-04-16 17:09   ` Joel GUITTET
2024-04-17  8:32     ` Quentin Schulz
2024-04-18  8:50       ` Joel GUITTET
2024-04-18  9:13         ` Quentin Schulz
2024-04-18 10:11           ` Joel GUITTET

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.