diff options
author | Richard Purdie <richard@openedhand.com> | 2006-09-16 14:05:04 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-09-16 14:05:04 +0000 |
commit | 0eadb89687b68244df3dd4a74d32a4e6b492cd53 (patch) | |
tree | 6bdf83cacb5842c5dc130ef95a961a83ec413cc9 /meta/packages/binutils/binutils_2.15.94.0.1.bb | |
parent | 3ea4918a0a8d6091845bdd3258a213dccfea8c62 (diff) | |
download | openembedded-core-0eadb89687b68244df3dd4a74d32a4e6b492cd53.tar.gz openembedded-core-0eadb89687b68244df3dd4a74d32a4e6b492cd53.tar.bz2 openembedded-core-0eadb89687b68244df3dd4a74d32a4e6b492cd53.zip |
binutils-2.15: Add update from OE to allow correct operation with gcc 4.x (requested by zecke)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@721 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/binutils/binutils_2.15.94.0.1.bb')
-rw-r--r-- | meta/packages/binutils/binutils_2.15.94.0.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/binutils/binutils_2.15.94.0.1.bb b/meta/packages/binutils/binutils_2.15.94.0.1.bb index 2b2996abe6..43ac3db2ae 100644 --- a/meta/packages/binutils/binutils_2.15.94.0.1.bb +++ b/meta/packages/binutils/binutils_2.15.94.0.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/binutils/" SECTION = "devel" LICENSE = "GPL" MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" -PR = "r2" +PR = "r3" inherit autotools gettext @@ -45,8 +45,8 @@ SRC_URI = \ file://objdump_fix.patch;patch=1 \ file://binutils-100_cflags_for_build.patch;patch=1 \ file://binutils-2.15.91.0.1-uclibc-100-conf.patch;patch=1 \ - file://binutils-2.15.90.0.3-uclibc-200-build_modules.patch;patch=1" - + file://binutils-2.15.90.0.3-uclibc-200-build_modules.patch;patch=1 \ + file://binutils-2.15-allow-gcc-4.0.patch;patch=1" S = "${WORKDIR}/binutils-${PV}" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" |