aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-11-09 08:58:15 -0700
committerTom Rini <tom_rini@mentor.com>2010-11-09 08:58:15 -0700
commitae63b853410b001c74d84c0725d961a9f3fd4d5f (patch)
tree610cd8950672f70adb37b7565cf5f5f353566551 /recipes
parent0ad93ec8b5042894408078be53c39c4be768a49c (diff)
downloadopenembedded-ae63b853410b001c74d84c0725d961a9f3fd4d5f.tar.gz
gzip: Fix postrm section, bump PR
We don't want to un-rename files here since they're packaged up as renamed Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gzip/gzip_1.4.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/gzip/gzip_1.4.bb b/recipes/gzip/gzip_1.4.bb
index dda1035e7f..eb89f79877 100644
--- a/recipes/gzip/gzip_1.4.bb
+++ b/recipes/gzip/gzip_1.4.bb
@@ -4,7 +4,7 @@ the standard compression program for its system."
SECTION = "console/utils"
PRIORITY = "required"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
SRC_URI = "${GNU_MIRROR}/gzip/gzip-${PV}.tar.gz"
SRC_URI[md5sum] = "e381b8506210c794278f5527cba0e765"
@@ -33,7 +33,6 @@ do_install_append_pn-gzip () {
pkg_prerm_pn-gzip () {
for alternative in ${alternatives}; do
- mv ${D}${base_bindir}/$alternative ${D}${base_bindir}/$alternative.${PN}
update-alternatives --remove $alternative $alternative.${PN}
done
}