From 34093c56ae631734eeecf80803d5cf5913d94ffc Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Wed, 5 Nov 2025 17:59:08 -0600 Subject: [PATCH] glm: add nativesdk to BBCLASSEXTEND 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 Signed-off-by: Khem Raj Signed-off-by: Anuj Mittal --- meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"