From 7f4be279d82c33f4b39c6f72cae559a01b9823cb Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 9 Mar 2011 09:41:44 -0700 Subject: e2fsprogs: Update to use 'inherit gettext' While in here, we do not need separate entries for virtclass-native. Signed-off-by: Tom Rini --- recipes/e2fsprogs/e2fsprogs.inc | 7 +++---- 1 file 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 \ -- cgit 1.2.3-korg