[oe-commits] Holger Hans Peter Freyther : e2fsprogs-libs: inherit gettext to fix uclibc build

git version control git at git.openembedded.org
Tue Jul 28 09:23:51 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 840b7178f2e681f2c1a23e8b310ea44d226e0d3e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=840b7178f2e681f2c1a23e8b310ea44d226e0d3e

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Tue Jul 28 04:24:29 2009 +0200

e2fsprogs-libs: inherit gettext to fix uclibc build

Inherit gettext to get the DEPENDS of gettext-native and to
add --disable-nls/--enable-nls based on the settings. This
is unbreaking the uclibc build.

---

 recipes/e2fsprogs-libs/e2fsprogs-libs.inc       |    2 +-
 recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.2.bb |    2 --
 recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.5.bb |    2 --
 recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.8.bb |    2 --
 4 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/recipes/e2fsprogs-libs/e2fsprogs-libs.inc b/recipes/e2fsprogs-libs/e2fsprogs-libs.inc
index 517771c..45618b0 100644
--- a/recipes/e2fsprogs-libs/e2fsprogs-libs.inc
+++ b/recipes/e2fsprogs-libs/e2fsprogs-libs.inc
@@ -4,7 +4,7 @@ SECTION = "base"
 PRIORITY = "optional"
 DEPENDS = "util-linux-ng"
 
-inherit autotools_stage pkgconfig
+inherit autotools_stage gettext pkgconfig
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-libs-${PV}.tar.gz \
            file://configure.patch;patch=1 \
diff --git a/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.2.bb b/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.2.bb
index 53afbaa..bca87ce 100644
--- a/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.2.bb
+++ b/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.2.bb
@@ -6,8 +6,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-libs-${PV}.tar.gz \
 	   file://mkinstalldirs.patch;patch=1 \
 	  "
 
-DEPENDS = "gettext-native"
-
 EXTRA_OECONF += " --enable-elf-shlibs "
 
 do_compile_prepend () {
diff --git a/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.5.bb b/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.5.bb
index 47e543c..9994565 100644
--- a/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.5.bb
+++ b/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.5.bb
@@ -4,8 +4,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-libs-${PV}.tar.gz \
 	   file://mkinstalldirs.patch;patch=1 \
 	  "
 
-DEPENDS += "gettext-native"
-
 EXTRA_OECONF += " --enable-elf-shlibs "
 
 do_compile_prepend () {
diff --git a/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.8.bb b/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.8.bb
index f9a67af..1eca5f3 100644
--- a/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.8.bb
+++ b/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.8.bb
@@ -2,8 +2,6 @@ require e2fsprogs-libs.inc
 SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-libs-${PV}.tar.gz \
 	  "
 
-DEPENDS += "gettext-native"
-
 EXTRA_OECONF += " --enable-elf-shlibs "
 
 do_configure() {





More information about the Openembedded-commits mailing list