diff mbox series

[meta-oe,scarthgap] opencl-clhpp: add native and nativesdk

Message ID 20240717224109.2431130-2-rs@ti.com
State New
Headers show
Series [meta-oe,scarthgap] opencl-clhpp: add native and nativesdk | expand

Commit Message

Randolph Sapp July 17, 2024, 10:41 p.m. UTC
From: Randolph Sapp <rs@ti.com>

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>
---

Backporting this since it's still relevant.

 meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
index 7ae0362d3..23007d7cc 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 = " \
 
 # Headers only so PN is empty
 RDEPENDS:${PN}-dev = ""
+
+BBCLASSEXTEND += "native nativesdk"