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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62938): https://lists.yoctoproject.org/g/yocto/message/62938 Mute This Topic: https://lists.yoctoproject.org/mt/105557969/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
