summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorYongxin Liu <yongxin.liu@windriver.com>2021-08-09 09:47:05 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-09 23:13:46 +0800
commitb3bdddbc8806622bee045300234121f41e6baf3c (patch)
treef9e0733020eb3a0845f204abd362c4be44015aeb /recipes-multimedia
parent109cb6107d56fe9fd0ef7cb6e4a939ef7ebc01cd (diff)
downloadmeta-intel-b3bdddbc8806622bee045300234121f41e6baf3c.tar.gz
itt: add COMPATIBLE_HOST to be x86 platform
ITT is only for Intel x86 architecture. To avoid error when doing world builds for other architectures, limit the recipe to be compatible with x86 only. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/itt/itt_3.20.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/itt/itt_3.20.1.bb b/recipes-multimedia/itt/itt_3.20.1.bb
index 4c6f96c1..26d09a36 100644
--- a/recipes-multimedia/itt/itt_3.20.1.bb
+++ b/recipes-multimedia/itt/itt_3.20.1.bb
@@ -15,6 +15,8 @@ PE = "1"
15 15
16UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" 16UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"
17 17
18COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
19
18inherit pkgconfig cmake 20inherit pkgconfig cmake
19 21
20EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" 22EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release"