aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-09 09:41:44 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-09 12:17:15 -0700
commit7f4be279d82c33f4b39c6f72cae559a01b9823cb (patch)
treebf807bf9bc70096b0ace534e93afcb78356be548
parent1adf798619c7727914b73b796cf8769288bce03d (diff)
downloadopenembedded-7f4be279d82c33f4b39c6f72cae559a01b9823cb.tar.gz
e2fsprogs: Update to use 'inherit gettext'
While in here, we do not need separate entries for virtclass-native. Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/e2fsprogs/e2fsprogs.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/e2fsprogs/e2fsprogs.inc b/recipes/e2fsprogs/e2fsprogs.inc
index 66efa7d184..4e99b3331a 100644
--- a/recipes/e2fsprogs/e2fsprogs.inc
+++ b/recipes/e2fsprogs/e2fsprogs.inc
@@ -2,16 +2,15 @@ DESCRIPTION = "EXT2 Filesystem Utilities"
HOMEPAGE = "http://e2fsprogs.sf.net"
LICENSE = "GPLv2+|LGPLv2+|NewBSD|MIT"
SECTION = "base"
-DEPENDS = "gettext-native util-linux-ng"
-DEPENDS_virtclass-native = "gettext-native util-linux-ng-native"
+DEPENDS = "util-linux-ng"
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz"
S = "${WORKDIR}/e2fsprogs-${PV}"
-INC_PR = "r29"
+INC_PR = "r30"
-inherit autotools
+inherit autotools gettext
#if uclibc ntpl is merged into trunk we can enable tls for armv4 again
EXTRA_OECONF = "${@['','--disable-tls'][bb.data.getVar('ARM_ABI', d, 1) == 'oabi' and \