summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/unzip/unzip_6.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb
index 79e450de1b..e11f9f7781 100644
--- a/meta/recipes-extended/unzip/unzip_6.0.bb
+++ b/meta/recipes-extended/unzip/unzip_6.0.bb
@@ -4,7 +4,7 @@ SECTION = "console/utils"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29"
6PE = "1" 6PE = "1"
7PR = "r2" 7PR = "r3"
8 8
9SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz \ 9SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz \
10 file://avoid-strip.patch" 10 file://avoid-strip.patch"
@@ -26,6 +26,7 @@ do_install() {
26 oe_runmake -f unix/Makefile install prefix=${D}${prefix} 26 oe_runmake -f unix/Makefile install prefix=${D}${prefix}
27 install -d ${D}${mandir} 27 install -d ${D}${mandir}
28 mv ${D}${prefix}/man/* ${D}${mandir} 28 mv ${D}${prefix}/man/* ${D}${mandir}
29 rmdir ${D}${prefix}/man/
29} 30}
30 31
31BBCLASSEXTEND = "native" 32BBCLASSEXTEND = "native"