From 6059a3fd011f5989d1904ffaa4cba781fadf3ca6 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Thu, 25 Jan 2024 16:09:35 -0600 Subject: ti-img-rogue-umlibs: remove the dev package 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 Signed-off-by: Ryan Eatmon --- .../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 51ab828e..5ad32d41 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} \ " -- cgit v1.2.3-54-g00ecf