diff options
author | Randolph Sapp <rs@ti.com> | 2025-08-19 15:28:49 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-08-19 20:20:15 -0700 |
commit | 4579e68e5d126ec58357416381293c20dc16a4e5 (patch) | |
tree | 4e57b1028ffbc270378057eb7d6f335c647a4668 | |
parent | 185efabc624b4db3c507795027ef99da68477f62 (diff) | |
download | meta-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.bb | 2 |
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 | ||
40 | RDEPENDS:${PN}-dev = "" | 40 | RDEPENDS:${PN}-dev = "" |
41 | 41 | ||
42 | BBCLASSEXTEND = "native" | 42 | BBCLASSEXTEND = "native nativesdk" |