diff options
| author | Naveen Saini <naveen.kumar.saini@intel.com> | 2022-09-14 12:40:42 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-14 11:25:11 -0700 |
| commit | 787f2581bc25b631b54036ee2a5f8ac75b3dfdab (patch) | |
| tree | 3a7997e84c4fc42c9b931c38fdab6f1c9c840856 | |
| parent | 0b6eb25e544f24a7c10a4d63934dec975f06096e (diff) | |
| download | meta-openembedded-787f2581bc25b631b54036ee2a5f8ac75b3dfdab.tar.gz | |
ocl-icd: add nativesdk support
It fixes missing unbuildable dependency 'nativesdk-ocl-icd' failure.
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 ae9c5bc811..250cb6883b 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 | |||
| 15 | 15 | ||
| 16 | DEPENDS = "ruby-native" | 16 | DEPENDS = "ruby-native" |
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native nativesdk" |
