diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-15 21:52:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-15 21:52:32 +0000 |
commit | 40bf9704a45c7ea1a34e2d698f76edebb8b40e5e (patch) | |
tree | 45bc746dd6e5fc28c5d3718e07d1f280129e8ec8 /packages/binutils/binutils_2.15.91.0.1.bb | |
parent | c186ea4254b4440e2a782ae41de89b2fc0e35cf4 (diff) | |
parent | 2713e8179069f94f347b33ec2a267b5a4102b7c9 (diff) |
merge of 4ed4d06c5ea603aeb65c4f23220d3a64c7e917c8
and 8c18de8e683dcd5c02a273e3df84472d13182c02
Diffstat (limited to 'packages/binutils/binutils_2.15.91.0.1.bb')
-rw-r--r-- | packages/binutils/binutils_2.15.91.0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/binutils/binutils_2.15.91.0.1.bb b/packages/binutils/binutils_2.15.91.0.1.bb index 0257b76fb7..146a94d381 100644 --- a/packages/binutils/binutils_2.15.91.0.1.bb +++ b/packages/binutils/binutils_2.15.91.0.1.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" @@ -50,7 +50,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" |