diff options
| author | Randolph Sapp <rs@ti.com> | 2025-11-05 17:59:08 -0600 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-08 06:11:03 +0530 |
| commit | 34093c56ae631734eeecf80803d5cf5913d94ffc (patch) | |
| tree | 8505b26c8d8cbb66e635ba6de1345ac78cf66898 /meta-oe/recipes-graphics | |
| parent | 15e18246dd0c0585cd1515a0be8ee5e2016d1329 (diff) | |
| download | meta-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.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 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 | ||
| 39 | RDEPENDS:${PN}-dev = "" | 39 | RDEPENDS:${PN}-dev = "" |
| 40 | 40 | ||
| 41 | BBCLASSEXTEND = "native" | 41 | BBCLASSEXTEND = "native nativesdk" |
