[oe-commits] Tom Rini : e2fsprogs: Update to use 'inherit gettext'

git version control git at git.openembedded.org
Wed Mar 9 19:19:07 UTC 2011


Module: openembedded.git
Branch: master
Commit: 7f4be279d82c33f4b39c6f72cae559a01b9823cb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7f4be279d82c33f4b39c6f72cae559a01b9823cb

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Mar  9 09:41:44 2011 -0700

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 at mentor.com>

---

 recipes/e2fsprogs/e2fsprogs.inc |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/recipes/e2fsprogs/e2fsprogs.inc b/recipes/e2fsprogs/e2fsprogs.inc
index 66efa7d..4e99b33 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 \





More information about the Openembedded-commits mailing list