summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-12 11:23:01 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-12 11:23:01 +0000
commit8c1871aabfd2b010152886cb5b48a0be84c2dc80 (patch)
tree1f526a31f9030367d2aa839aa3df2deb54950eff /meta
parent4285b621bfed3cc41a7a07a6ff714175703117ee (diff)
downloadopenembedded-core-8c1871aabfd2b010152886cb5b48a0be84c2dc80.tar.gz
gcc: Remove fail-fast host includes patch (breaks sysroot support)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3122 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/gcc/gcc-cross_4.1.1.bb2
-rw-r--r--meta/packages/gcc/gcc-cross_4.1.2.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/meta/packages/gcc/gcc-cross_4.1.1.bb b/meta/packages/gcc/gcc-cross_4.1.1.bb
index 819a7bff04..2d6cb19960 100644
--- a/meta/packages/gcc/gcc-cross_4.1.1.bb
+++ b/meta/packages/gcc/gcc-cross_4.1.1.bb
@@ -15,6 +15,4 @@ require gcc3-build-cross.inc
# cross packaging
require gcc-package-cross.inc
-SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
-
EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"
diff --git a/meta/packages/gcc/gcc-cross_4.1.2.bb b/meta/packages/gcc/gcc-cross_4.1.2.bb
index 03423e175f..3437fceaaf 100644
--- a/meta/packages/gcc/gcc-cross_4.1.2.bb
+++ b/meta/packages/gcc/gcc-cross_4.1.2.bb
@@ -15,6 +15,4 @@ require gcc3-build-cross.inc
# cross packaging
require gcc-package-cross.inc
-SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
-
EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"