From: Tom Rini Date: Wed, 9 Mar 2011 16:41:44 +0000 (-0700) Subject: e2fsprogs: Update to use 'inherit gettext' X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f4be279d82c33f4b39c6f72cae559a01b9823cb;p=openembedded.git e2fsprogs: Update to use 'inherit gettext' While in here, we do not need separate entries for virtclass-native. Signed-off-by: Tom Rini --- 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 \