diff options
Diffstat (limited to 'binutils/binutils_2.14.90.0.7.oe')
-rw-r--r-- | binutils/binutils_2.14.90.0.7.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/binutils/binutils_2.14.90.0.7.oe b/binutils/binutils_2.14.90.0.7.oe index a73fee8794..139bc45b6c 100644 --- a/binutils/binutils_2.14.90.0.7.oe +++ b/binutils/binutils_2.14.90.0.7.oe @@ -1,5 +1,5 @@ SECTION = "devel" -inherit autotools +inherit autotools gettext DESCRIPTION = "A GNU collection of binary utilities" LICENSE = "GPL" @@ -52,7 +52,6 @@ S = "${WORKDIR}/binutils-${PV}" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" EXTRA_OECONF = "--with-sysroot=${prefix} \ - --disable-nls \ --program-prefix=${TARGET_PREFIX} \ --enable-shared" |