summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2025-08-19 15:28:49 -0500
committerKhem Raj <raj.khem@gmail.com>2025-08-19 20:20:15 -0700
commit4579e68e5d126ec58357416381293c20dc16a4e5 (patch)
tree4e57b1028ffbc270378057eb7d6f335c647a4668
parent185efabc624b4db3c507795027ef99da68477f62 (diff)
downloadmeta-openembedded-4579e68e5d126ec58357416381293c20dc16a4e5.tar.gz
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 <rs@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb2
1 files changed, 1 insertions, 1 deletions
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 f18ae346a5..7f29c1fab9 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
@@ -39,4 +39,4 @@ do_install() {
39 39
40RDEPENDS:${PN}-dev = "" 40RDEPENDS:${PN}-dev = ""
41 41
42BBCLASSEXTEND = "native" 42BBCLASSEXTEND = "native nativesdk"