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:34:38 +0800
commit4d19fc59bb7c3d302fcf01b8f3cdda545fec2116 (patch)
tree867441f53d3d6877ca8625dfce3ed4719cc6e22d
parent00859b2b693e431d6d093a1c6173d63211b72329 (diff)
downloadmeta-intel-4d19fc59bb7c3d302fcf01b8f3cdda545fec2116.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