From b011e934bd0ef10c5967681c674ed74347648f5e Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Fri, 12 Jul 2024 18:33:32 -0500 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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 = " \ # Headers only so PN is empty RDEPENDS:${PN}-dev = "" + +BBCLASSEXTEND += "native nativesdk" -- cgit v1.2.3-54-g00ecf