summaryrefslogtreecommitdiff
path: root/binutils/binutils_2.15.91.0.2.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-16 06:35:01 +0000
committerChris Larson <clarson@kergoth.com>2004-11-16 06:35:01 +0000
commit81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (patch)
treeb6561031bc2909b0bc39a9ede50e737f4628dbe7 /binutils/binutils_2.15.91.0.2.oe
parentbb258ec60a86e5e9c92f9a783970023401ec8731 (diff)
Merge openembedded@openembedded.bkbits.net:packages-devel
into handhelds.org:/home/kergoth/code/packages 2004/11/16 00:34:37-06:00 handhelds.org!kergoth Make some packages that were setting --(dis|en)able-nls use the gettext oeclass instead. BKrev: 41999f95y5kOtyn8kkalbqOVb83Jng
Diffstat (limited to 'binutils/binutils_2.15.91.0.2.oe')
-rw-r--r--binutils/binutils_2.15.91.0.2.oe5
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils/binutils_2.15.91.0.2.oe b/binutils/binutils_2.15.91.0.2.oe
index 99db09d988..a2f1addfd5 100644
--- a/binutils/binutils_2.15.91.0.2.oe
+++ b/binutils/binutils_2.15.91.0.2.oe
@@ -5,7 +5,7 @@ LICENSE = "GPL"
MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
PR = "r4"
-inherit autotools
+inherit autotools gettext
PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks"
@@ -50,8 +50,7 @@ SRC_URI = \
S = "${WORKDIR}/binutils-${PV}"
B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
-EXTRA_OECONF = "--disable-nls \
- --program-prefix=${TARGET_PREFIX} \
+EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \
--enable-shared"
# This is necessary due to a bug in the binutils Makefiles