From 0319f8878547c6e8a78373cfc86a85cea60450ae Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 19 Sep 2010 16:38:38 -0700 Subject: iphone: Exclude from world. apple-csu overwrites the C startup files and nothing works after that we can not select them with normal linux toolchain being staged and used Signed-off-by: Khem Raj --- recipes/iphone/apple-csu_0.30.bb | 2 +- recipes/iphone/iphone-rootfs_2.2.1.bb | 1 + recipes/iphone/iphone-sdks_2.2.1.bb | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/iphone/apple-csu_0.30.bb b/recipes/iphone/apple-csu_0.30.bb index 5621a42c32..d6325713ed 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" SRCREV="285" SRC_URI = "svn://iphone-dev.googlecode.com/svn/trunk;proto=http;module=csu" diff --git a/recipes/iphone/iphone-rootfs_2.2.1.bb b/recipes/iphone/iphone-rootfs_2.2.1.bb index 2978ab5329..10d359121c 100644 --- a/recipes/iphone/iphone-rootfs_2.2.1.bb +++ b/recipes/iphone/iphone-rootfs_2.2.1.bb @@ -4,6 +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" # 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 d355ccc511..259eb3a1e0 100644 --- a/recipes/iphone/iphone-sdks_2.2.1.bb +++ b/recipes/iphone/iphone-sdks_2.2.1.bb @@ -3,6 +3,7 @@ SECTION = "libs" PROVIDES = "linux-libc-headers" INHIBIT_DEFAULT_DEPS = "1" +EXCLUDE_FROM_WORLD = "1" # note: see iphone-sources script to get/generate the tarballs SRC_URI = "\ -- cgit 1.2.3-korg