From 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 16 Nov 2004 06:35:01 +0000 Subject: 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 --- binutils/binutils_2.14.90.0.6.oe | 3 +-- binutils/binutils_2.14.90.0.7.oe | 3 +-- binutils/binutils_2.15.90.0.3.oe | 3 +-- binutils/binutils_2.15.91.0.1.oe | 3 +-- binutils/binutils_2.15.91.0.2.oe | 5 ++--- binutils/binutils_cvs.oe | 3 +-- 6 files changed, 7 insertions(+), 13 deletions(-) (limited to 'binutils') diff --git a/binutils/binutils_2.14.90.0.6.oe b/binutils/binutils_2.14.90.0.6.oe index ac3284e181..e5f7cd02e6 100644 --- a/binutils/binutils_2.14.90.0.6.oe +++ b/binutils/binutils_2.14.90.0.6.oe @@ -1,5 +1,5 @@ SECTION = "devel" -inherit autotools +inherit autotools gettext PR = "r1" @@ -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" 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" diff --git a/binutils/binutils_2.15.90.0.3.oe b/binutils/binutils_2.15.90.0.3.oe index c7ac536542..466def8c6f 100644 --- a/binutils/binutils_2.15.90.0.3.oe +++ b/binutils/binutils_2.15.90.0.3.oe @@ -1,5 +1,5 @@ SECTION = "devel" -inherit autotools +inherit autotools gettext DESCRIPTION = "A GNU collection of binary utilities" LICENSE = "GPL" @@ -50,7 +50,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" diff --git a/binutils/binutils_2.15.91.0.1.oe b/binutils/binutils_2.15.91.0.1.oe index e305092fa3..d92cc90312 100644 --- a/binutils/binutils_2.15.91.0.1.oe +++ b/binutils/binutils_2.15.91.0.1.oe @@ -1,5 +1,5 @@ SECTION = "devel" -inherit autotools +inherit autotools gettext DESCRIPTION = "A GNU collection of binary utilities" LICENSE = "GPL" @@ -49,7 +49,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" 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 " 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 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" -- cgit v1.2.3