diff options
author | Randolph Sapp <rs@ti.com> | 2024-07-12 18:33:32 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-14 12:06:21 -0700 |
commit | b011e934bd0ef10c5967681c674ed74347648f5e (patch) | |
tree | 4b1341d225e75cd87398be4f6ebed31e970c446e | |
parent | 23777ac6dd8920fc7ffa02fb829b30e0da3af19b (diff) | |
download | meta-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.bb | 2 |
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 |
23 | RDEPENDS:${PN}-dev = "" | 23 | RDEPENDS:${PN}-dev = "" |
24 | |||
25 | BBCLASSEXTEND += "native nativesdk" | ||