summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2024-07-12 18:33:32 -0500
committerKhem Raj <raj.khem@gmail.com>2024-07-14 12:06:21 -0700
commitb011e934bd0ef10c5967681c674ed74347648f5e (patch)
tree4b1341d225e75cd87398be4f6ebed31e970c446e
parent23777ac6dd8920fc7ffa02fb829b30e0da3af19b (diff)
downloadmeta-openembedded-b011e934bd0ef10c5967681c674ed74347648f5e.tar.gz
opencl-clhpp: add native and nativesdk
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-core/opencl/opencl-clhpp_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
index 7ae0362d37..23007d7cca 100644
--- a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
+++ b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
@@ -21,3 +21,5 @@ EXTRA_OECMAKE = " \
21 21
22# Headers only so PN is empty 22# Headers only so PN is empty
23RDEPENDS:${PN}-dev = "" 23RDEPENDS:${PN}-dev = ""
24
25BBCLASSEXTEND += "native nativesdk"