diff options
Diffstat (limited to 'wget/wget_1.9.1.oe')
-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 |