diff mbox series

[meta-ti,master] ti-img-rogue-umlibs: remove the dev package

Message ID 20240125220935.4118534-1-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master] ti-img-rogue-umlibs: remove the dev package | expand

Commit Message

Randolph Sapp Jan. 25, 2024, 10:09 p.m. UTC
From: Randolph Sapp <rs@ti.com>

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 <rs@ti.com>
---

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 mbox series

Patch

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} \
 "