diff mbox series

[meta-oe,scarthgap] glm: add nativesdk to BBCLASSEXTEND

Message ID 20251105235907.567327-2-rs@ti.com
State New
Headers show
Series [meta-oe,scarthgap] glm: add nativesdk to BBCLASSEXTEND | expand

Commit Message

Randolph Sapp Nov. 5, 2025, 11:59 p.m. UTC
From: Randolph Sapp <rs@ti.com>

This is a header only package. It may be useful to the native machine
but it is definitely useful for the nativesdk machine.

Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---

Backport this quick modification to the BBCLASSEXTEND for glm since it was
requested. If it's too late for this type of change feel free to let me know.
We'll carry it on our end if necessary.

 meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb
index dd520b245e..a7d27f7fcc 100644
--- a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb
+++ b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb
@@ -38,4 +38,4 @@  do_install() {
 
 RDEPENDS:${PN}-dev = ""
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"