[oe-commits] Khem Raj : iphone: Mark recipes with COMPATIBLE_MACHINE=iphone

git version control git at git.openembedded.org
Tue Sep 21 20:48:01 UTC 2010


Module: openembedded.git
Branch: master
Commit: f990853e39a4707cd81b0c15e96ef78461b7d90c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f990853e39a4707cd81b0c15e96ef78461b7d90c

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Sep 20 14:33:10 2010 -0700

iphone: Mark recipes with COMPATIBLE_MACHINE=iphone

* Remove EXCLUDE_FROM_WORLD

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/iphone/apple-csu_0.30.bb       |    2 +-
 recipes/iphone/gcc-iphone-cross_git.bb |    1 +
 recipes/iphone/iphone-rootfs_2.2.1.bb  |    3 +--
 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 d632571..2653ab8 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 43f8b6b..5040edb 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 10d3591..6acaedd 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 259eb3a..3bd90db 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 \





More information about the Openembedded-commits mailing list