summaryrefslogtreecommitdiff
path: root/recipes/e2fsprogs-libs
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-07-28 04:24:29 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-07-28 09:22:42 +0200
commit840b7178f2e681f2c1a23e8b310ea44d226e0d3e (patch)
tree55cb51ab8233373f988da92a0e0964ff1d6194d0 /recipes/e2fsprogs-libs
parent3aeba2d2d2653e56b48d005b44e90fe69e6b336d (diff)
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.
Diffstat (limited to 'recipes/e2fsprogs-libs')
-rw-r--r--recipes/e2fsprogs-libs/e2fsprogs-libs.inc2
-rw-r--r--recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.2.bb2
-rw-r--r--recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.5.bb2
-rw-r--r--recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.8.bb2
4 files changed, 1 insertions, 7 deletions
diff --git a/recipes/e2fsprogs-libs/e2fsprogs-libs.inc b/recipes/e2fsprogs-libs/e2fsprogs-libs.inc
index 517771c11b..45618b008c 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 53afbaabe7..bca87ced96 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 47e543c238..999456550b 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 f9a67af2f7..1eca5f35f0 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() {