aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unzip
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-11-13 10:45:45 -0700
committerTom Rini <tom_rini@mentor.com>2010-11-13 10:48:42 -0700
commitc2602b6725fd0ccc85ddc7a46d5735f7e339164c (patch)
tree5aee0b9858b7eef84eba3530fcd2421d4b879958 /recipes/unzip
parent775681ab69f5d5b6b37f92579ec9f15c878d69de (diff)
downloadopenembedded-c2602b6725fd0ccc85ddc7a46d5735f7e339164c.tar.gz
unzip-native: Fix name
As pointed out by Paul Menzel, I wasn't careful with the u-a part and broke -native builds, fix. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/unzip')
-rw-r--r--recipes/unzip/unzip_552.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/unzip/unzip_552.bb b/recipes/unzip/unzip_552.bb
index 0decc4a1dc..c3b7500925 100644
--- a/recipes/unzip/unzip_552.bb
+++ b/recipes/unzip/unzip_552.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "A (de)compression library for the ZIP format"
SECTION = "console/utils"
LICENSE = "Info-ZIP"
-PR = "r2"
+PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/infozip/UnZip%205.x%20and%20earlier/5.52/unzip${PV}.tar.gz"
S = "${WORKDIR}/unzip-5.52"
@@ -19,6 +19,8 @@ do_install() {
oe_runmake -f unix/Makefile install prefix=${D}${prefix}
install -d ${D}${mandir}
mv ${D}${prefix}/man/* ${D}${mandir}
+
+do_install_append_pn-unzip() {
mv ${D}${bindir}/unzip ${D}${bindir}/unzip.${PN}
}