From: Randolph Sapp <[email protected]> If Yocto even sees a "-dev" package in the PACKAGES string it will automatically forward all dev-so links to that package. Remove that entry from the PACKAGES string so we get the required links again.
Signed-off-by: Randolph Sapp <[email protected]> --- This is a master only patch! In kirkstone this was not present in the final version of the patch that was accepted. Unfortunately master somehow got a variant with the "-dev" package still present. .../powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb index 7301c471..d2e21ceb 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb @@ -10,7 +10,7 @@ INHIBIT_DEFAULT_DEPS = "" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|am62xx|am62pxx|j722s" -PR = "r2" +PR = "r3" BRANCH = "linuxws/kirkstone/k6.1/${PV}" SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" @@ -89,7 +89,6 @@ PACKAGES = " \ ${@bb.utils.contains('PACKAGECONFIG', 'opencl', d.getVar('OPENCL_PACKAGES'), '', d)} \ ${PN}-tools \ ${PN}-firmware \ - ${PN}-dev \ ${PN} \ " -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17418): https://lists.yoctoproject.org/g/meta-ti/message/17418 Mute This Topic: https://lists.yoctoproject.org/mt/103963493/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
