aboutsummaryrefslogtreecommitdiffstats
path: root/wget/wget_1.9.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'wget/wget_1.9.1.oe')
-rw-r--r--wget/wget_1.9.1.oe20
1 files changed, 0 insertions, 20 deletions
diff --git a/wget/wget_1.9.1.oe b/wget/wget_1.9.1.oe
deleted file mode 100644
index 46feab23c8..0000000000
--- a/wget/wget_1.9.1.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more."
-SECTION = "console/network"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = ""
-PR = "r1"
-
-SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
- file://m4macros.patch;patch=1 \
- file://autotools.patch;patch=1"
-S = "${WORKDIR}/wget-${PV}"
-
-inherit autotools gettext
-
-do_configure () {
- if [ ! -e acinclude.m4 ]; then
- mv aclocal.m4 acinclude.m4
- fi
- rm -f libtool.m4
- autotools_do_configure
-}