diff options
-rw-r--r-- | recipes/iphone/apple-csu_0.30.bb | 2 | ||||
-rw-r--r-- | recipes/iphone/gcc-iphone-cross_git.bb | 1 | ||||
-rw-r--r-- | recipes/iphone/iphone-rootfs_2.2.1.bb | 3 | ||||
-rw-r--r-- | recipes/iphone/iphone-sdks_2.2.1.bb | 3 |
4 files changed, 4 insertions, 5 deletions
diff --git a/recipes/iphone/apple-csu_0.30.bb b/recipes/iphone/apple-csu_0.30.bb index d6325713ed..2653ab8a5f 100644 --- a/recipes/iphone/apple-csu_0.30.bb +++ b/recipes/iphone/apple-csu_0.30.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Core iPhone libs" HOMEPAGE = "http://code.google.com/p/iphone-dev" INHIBIT_DEFAULT_DEPS = "1" -EXCLUDE_FROM_WORLD = "1" +COMPATIBLE_MACHINE = "(iphone)" SRCREV="285" SRC_URI = "svn://iphone-dev.googlecode.com/svn/trunk;proto=http;module=csu" 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" diff --git a/recipes/iphone/iphone-rootfs_2.2.1.bb b/recipes/iphone/iphone-rootfs_2.2.1.bb index 10d359121c..6acaedd809 100644 --- a/recipes/iphone/iphone-rootfs_2.2.1.bb +++ b/recipes/iphone/iphone-rootfs_2.2.1.bb @@ -4,8 +4,7 @@ PROVIDES = "virtual/${TARGET_PREFIX}libc-for-gcc virtual/libc virtual/libiconv v INHIBIT_DEFAULT_DEPS = "1" EXCLUDE_FROM_SHLIBS = "1" -EXCLUDE_FROM_WORLD = "1" - +COMPATIBLE_MACHINE = "(iphone)" # note: see iphone-sources script to get/generate the tarballs SRC_URI = "file://iphone-rootfs-${PV}.tar.bz2" diff --git a/recipes/iphone/iphone-sdks_2.2.1.bb b/recipes/iphone/iphone-sdks_2.2.1.bb index 259eb3a1e0..3bd90db67e 100644 --- a/recipes/iphone/iphone-sdks_2.2.1.bb +++ b/recipes/iphone/iphone-sdks_2.2.1.bb @@ -3,8 +3,7 @@ SECTION = "libs" PROVIDES = "linux-libc-headers" INHIBIT_DEFAULT_DEPS = "1" -EXCLUDE_FROM_WORLD = "1" - +COMPATIBLE_MACHINE = "(iphone)" # note: see iphone-sources script to get/generate the tarballs SRC_URI = "\ file://iphone-sdks-${PV}.tar.bz2 \ |