From b3bdddbc8806622bee045300234121f41e6baf3c Mon Sep 17 00:00:00 2001 From: Yongxin Liu Date: Mon, 9 Aug 2021 09:47:05 +0800 Subject: 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 Signed-off-by: Anuj Mittal --- recipes-multimedia/itt/itt_3.20.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-multimedia') 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" UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + inherit pkgconfig cmake EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" -- cgit v1.2.3-54-g00ecf