summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-04-22 14:42:40 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-04-22 22:33:57 +0800
commitc49915bdbe50fbee102b56bd7166b852df258320 (patch)
tree867441f53d3d6877ca8625dfce3ed4719cc6e22d
parent4f8382d8097065a3009ac0fd0b562b07ba3766fe (diff)
downloadmeta-intel-c49915bdbe50fbee102b56bd7166b852df258320.tar.gz
ispc: disable build for Windows, android and other targets
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb b/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb
index fa03a3d0..cfd8e5bc 100644
--- a/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb
+++ b/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb
@@ -29,6 +29,11 @@ EXTRA_OECMAKE += " \
29 -DISPC_NO_DUMPS=ON \ 29 -DISPC_NO_DUMPS=ON \
30 -DARM_ENABLED=OFF \ 30 -DARM_ENABLED=OFF \
31 -DISPC_CROSS=ON \ 31 -DISPC_CROSS=ON \
32 -DISPC_ANDROID_TARGET=OFF \
33 -DISPC_FREEBSD_TARGET=OFF \
34 -DISPC_WINDOWS_TARGET=OFF \
35 -DISPC_IOS_TARGET=OFF \
36 -DISPC_PS4_TARGET=OFF \
32 -DSYSROOT_DIR=${STAGING_DIR_NATIVE} \ 37 -DSYSROOT_DIR=${STAGING_DIR_NATIVE} \
33 " 38 "
34 39