summaryrefslogtreecommitdiff
path: root/unzip/unzip_551.oe
diff options
context:
space:
mode:
Diffstat (limited to 'unzip/unzip_551.oe')
-rw-r--r--unzip/unzip_551.oe13
1 files changed, 0 insertions, 13 deletions
diff --git a/unzip/unzip_551.oe b/unzip/unzip_551.oe
deleted file mode 100644
index 10633ca81c..0000000000
--- a/unzip/unzip_551.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-SECTION = "console/utils"
-SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz"
-S = "${WORKDIR}/unzip-5.51"
-
-do_compile() {
- make -f unix/Makefile generic
-}
-
-do_install() {
- make -f unix/Makefile install prefix=${D}${prefix}
-}
-
-