diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:35:01 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:35:01 +0000 |
commit | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (patch) | |
tree | b6561031bc2909b0bc39a9ede50e737f4628dbe7 /binutils/binutils_cvs.oe | |
parent | bb258ec60a86e5e9c92f9a783970023401ec8731 (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_cvs.oe')
-rw-r--r-- | binutils/binutils_cvs.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/binutils/binutils_cvs.oe b/binutils/binutils_cvs.oe index 49cbcf28e3..c20175fdf7 100644 --- a/binutils/binutils_cvs.oe +++ b/binutils/binutils_cvs.oe @@ -1,5 +1,5 @@ SECTION = "devel" -inherit autotools +inherit autotools gettext DESCRIPTION = "A GNU collection of binary utilities" LICENSE = "GPL" @@ -48,7 +48,6 @@ S = "${WORKDIR}/src" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" EXTRA_OECONF = "--with-sysroot=${prefix} \ - --disable-nls \ --program-prefix=${TARGET_PREFIX} \ --enable-shared" |