diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:46:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:46:57 +0000 |
commit | 654abaacc8e90f051c9aff1851f8cdc92fd959b6 (patch) | |
tree | ca9cd607501caf80b5964f78caef764cc6c25172 /e2fsprogs | |
parent | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff) |
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'e2fsprogs')
-rw-r--r-- | e2fsprogs/e2fsprogs_1.36-WIP-0408.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsprogs/e2fsprogs_1.36-WIP-0408.oe b/e2fsprogs/e2fsprogs_1.36-WIP-0408.oe index 3fed926b63..45ed17b9e1 100644 --- a/e2fsprogs/e2fsprogs_1.36-WIP-0408.oe +++ b/e2fsprogs/e2fsprogs_1.36-WIP-0408.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" PR = "r3" -DEPENDS = "gettext-native" +DEPENDS = "" SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \ file://ln.patch;patch=1 \ @@ -12,7 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \ file://ldflags.patch;patch=1" S = "${WORKDIR}/e2fsprogs-1.35" -inherit autotools +inherit autotools gettext gettext EXTRA_OECONF = "--enable-dynamic-e2fsck" |