diff options
Diffstat (limited to 'recipes/iphone/gcc-iphone-cross_git.bb')
-rw-r--r-- | recipes/iphone/gcc-iphone-cross_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/iphone/gcc-iphone-cross_git.bb b/recipes/iphone/gcc-iphone-cross_git.bb index 43f8b6b3b5..5040edb614 100644 --- a/recipes/iphone/gcc-iphone-cross_git.bb +++ b/recipes/iphone/gcc-iphone-cross_git.bb @@ -3,6 +3,7 @@ DEPENDS = "iphone-sdks" PV = "4.2.1+git${SRCREV}" INHIBIT_DEFAULT_DEPS = "1" +COMPATIBLE_MACHINE = "(iphone)" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" PROVIDES += "virtual/${TARGET_PREFIX}gcc-initial virtual/${TARGET_PREFIX}gcc-intermediate" |