From 654abaacc8e90f051c9aff1851f8cdc92fd959b6 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 16 Nov 2004 06:46:57 +0000 Subject: Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages. BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw --- wget/wget_1.9.1.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wget') 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 " -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 -- cgit v1.2.3