aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/unzip
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-16 14:56:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-16 16:46:28 +0000
commitc07c236056ef5b2fe462c3025ac41bd618a62542 (patch)
tree3a41f53d8360fc640020b879aeb181a2d97b2422 /meta/recipes-extended/unzip
parentbc63db7bc7dda759ee95ccef37f2ceb257c83777 (diff)
downloadopenembedded-core-c07c236056ef5b2fe462c3025ac41bd618a62542.tar.gz
unzip: Fix unpackaged files warnings
WARNING: For recipe unzip, the following files/directories were installed but not shipped in any package: WARNING: /usr/man Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/unzip')
-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"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29"
PE = "1"
-PR = "r2"
+PR = "r3"
SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz \
file://avoid-strip.patch"
@@ -26,6 +26,7 @@ do_install() {
oe_runmake -f unix/Makefile install prefix=${D}${prefix}
install -d ${D}${mandir}
mv ${D}${prefix}/man/* ${D}${mandir}
+ rmdir ${D}${prefix}/man/
}
BBCLASSEXTEND = "native"