diff mbox series

[meta-oe] ocl-icd: add nativesdk support

Message ID 20220914044042.402812-1-naveen.kumar.saini@intel.com
State Under Review
Headers show
Series [meta-oe] ocl-icd: add nativesdk support | expand

Commit Message

Naveen Saini Sept. 14, 2022, 4:40 a.m. UTC
It fixes missing unbuildable dependency 'nativesdk-ocl-icd' failure.

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
---
 meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb b/meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb
index ae9c5bc81..250cb6883 100644
--- a/meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb
+++ b/meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb
@@ -15,4 +15,4 @@  inherit autotools
 
 DEPENDS = "ruby-native"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"