summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2025-11-05 17:59:08 -0600
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2025-11-08 06:11:03 +0530
commit34093c56ae631734eeecf80803d5cf5913d94ffc (patch)
tree8505b26c8d8cbb66e635ba6de1345ac78cf66898 /meta-oe/recipes-graphics
parent15e18246dd0c0585cd1515a0be8ee5e2016d1329 (diff)
downloadmeta-openembedded-34093c56ae631734eeecf80803d5cf5913d94ffc.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> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-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 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() {
38 38
39RDEPENDS:${PN}-dev = "" 39RDEPENDS:${PN}-dev = ""
40 40
41BBCLASSEXTEND = "native" 41BBCLASSEXTEND = "native nativesdk"