diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-27 14:09:13 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-27 14:09:13 +0000 |
commit | b4660972350e161112fcc1d24ccc1650987ae9e1 (patch) | |
tree | 39469852fee3a25eb7950ac0dbb178288cc61835 /meta/packages | |
parent | 4d4a37609166adb9a86423f346e7a6bd6649da3a (diff) | |
download | openembedded-core-b4660972350e161112fcc1d24ccc1650987ae9e1.tar.gz openembedded-core-b4660972350e161112fcc1d24ccc1650987ae9e1.tar.bz2 openembedded-core-b4660972350e161112fcc1d24ccc1650987ae9e1.zip |
gcc-cross-sdk: added zecke-no-host-includes patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1572 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gcc/gcc-cross-sdk_4.1.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-cross-sdk_4.1.1.bb b/meta/packages/gcc/gcc-cross-sdk_4.1.1.bb index eaf7e7024a..5d8434163b 100644 --- a/meta/packages/gcc/gcc-cross-sdk_4.1.1.bb +++ b/meta/packages/gcc/gcc-cross-sdk_4.1.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "The GNU cc and gcc C compilers." require gcc_${PV}.bb -PR = "r0" +PR = "r1" inherit sdk @@ -35,4 +35,4 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \ file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \ file://gcc-4.1.1-pr13685-1.patch;patch=1 \ file://gcc-ignore-cache.patch;patch=1 \ - " + file://zecke-no-host-includes.patch;patch=1" |