Hi all, Based on scarthgap, I have an Image wich uses *libva* and therefore in mesa_%.bbappend sets
PACKAGECONFIG:append = " va " So mesa gets a dependency to libva-initial. Additionally, I have DISTROFEATURE:append = " x11 glx" enabled and use deb packages internally ( PACKAGE_CLASSES ?= "package_deb"). When doing bitbake my-image -c populate_sdk I get an error at the end complaining, that the header files of libva get overwritten by libva-initial or the other way around. I see, that both packages are to be installed into the SDK, libva-dev and libva-initial-dev. This just was a warning in scarthgap up to 5.0.2, but with 5.0.4 it is an error. I see a "Depends: libva-initial-dev" in the control file of deb package of "libva-dev" and I can get rid of that dependency by removing the DISTROFEATURE glx, but the dependency to libva-initial-dev still remains in the Recommends: section of the mesa package. I read about some special treatment of *-initial recipes, but unfortunately, this seems not to work for my SDK. How is this supposed to work or any ideas how to fix this? I can supply a minimal project that reproduces the error, if needed. best regards and thanks in advance Martin
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8438): https://lists.yoctoproject.org/g/meta-intel/message/8438 Mute This Topic: https://lists.yoctoproject.org/mt/109135806/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
