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.
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 \
file://mkinstalldirs.patch;patch=1 \
"
-DEPENDS = "gettext-native"
-
EXTRA_OECONF += " --enable-elf-shlibs "
do_compile_prepend () {
file://mkinstalldirs.patch;patch=1 \
"
-DEPENDS += "gettext-native"
-
EXTRA_OECONF += " --enable-elf-shlibs "
do_compile_prepend () {
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-libs-${PV}.tar.gz \
"
-DEPENDS += "gettext-native"
-
EXTRA_OECONF += " --enable-elf-shlibs "
do_configure() {