diff mbox series

[meta-oe] glm: add nativesdk to BBCLASSEXTEND

Message ID 20250819202849.390883-1-rs@ti.com
State Accepted
Headers show
Series [meta-oe] glm: add nativesdk to BBCLASSEXTEND | expand

Commit Message

Randolph Sapp Aug. 19, 2025, 8:28 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>
---
 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"