ITT is only for Intel x86 architecture. To avoid error when doing world builds for other architecutere, limit the recipe to be compitible with x86 only.
Signed-off-by: Yongxin Liu <[email protected]> --- recipes-multimedia/itt/itt_3.20.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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<pver>(\d+(\.\d+)+))$" +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + inherit pkgconfig cmake EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" -- 2.14.5
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7179): https://lists.yoctoproject.org/g/meta-intel/message/7179 Mute This Topic: https://lists.yoctoproject.org/mt/84760178/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
