From 0eadb89687b68244df3dd4a74d32a4e6b492cd53 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 16 Sep 2006 14:05:04 +0000 Subject: 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 --- meta/packages/binutils/binutils_2.15.94.0.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/packages/binutils/binutils_2.15.94.0.1.bb') 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 " -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}" -- cgit v1.2.3