diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-15 21:51:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-15 21:51:59 +0000 |
commit | 2713e8179069f94f347b33ec2a267b5a4102b7c9 (patch) | |
tree | e8f58f6fdd74aaf7889e238fef4a03de061eb718 /packages/binutils/binutils_2.15.90.0.3.bb | |
parent | 26c6a60f1ada1015e5f6d98c8c83a1a2293e1821 (diff) |
binutils_*.bb: apply patch from OE bug #812 to all binutils versions
Diffstat (limited to 'packages/binutils/binutils_2.15.90.0.3.bb')
-rw-r--r-- | packages/binutils/binutils_2.15.90.0.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/binutils/binutils_2.15.90.0.3.bb b/packages/binutils/binutils_2.15.90.0.3.bb index 38d760d431..b5a885f3e4 100644 --- a/packages/binutils/binutils_2.15.90.0.3.bb +++ b/packages/binutils/binutils_2.15.90.0.3.bb @@ -5,7 +5,7 @@ DESCRIPTION = "A GNU collection of binary utilities" HOMEPAGE = "http://www.gnu.org/software/binutils/" LICENSE = "GPL" MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" -PR = "r3" +PR = "r4" PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" @@ -51,7 +51,7 @@ SRC_URI = \ S = "${WORKDIR}/binutils-${PV}" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" -EXTRA_OECONF = "--with-sysroot=${prefix} \ +EXTRA_OECONF = "--with-sysroot=/ \ --program-prefix=${TARGET_PREFIX} \ --enable-shared" |