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 /wget | |
parent | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff) |
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'wget')
-rw-r--r-- | wget/wget_1.9.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wget/wget_1.9.1.oe b/wget/wget_1.9.1.oe index d2b4e905cf..46feab23c8 100644 --- a/wget/wget_1.9.1.oe +++ b/wget/wget_1.9.1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." SECTION = "console/network" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "gettext-native" +DEPENDS = "" PR = "r1" SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ @@ -9,7 +9,7 @@ SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ file://autotools.patch;patch=1" S = "${WORKDIR}/wget-${PV}" -inherit autotools +inherit autotools gettext do_configure () { if [ ! -e acinclude.m4 ]; then |