From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] Revert "unzip: Add update-alternatives to unzip"
Date: Sat, 13 Nov 2010 15:27:52 +0100 [thread overview]
Message-ID: <20101113142752.GK3843@jama> (raw)
In-Reply-To: <1289657589.3693.113.camel@mattotaupa>
Hi Paul,
On Sat, Nov 13, 2010 at 03:13:09PM +0100, Paul Menzel wrote:
> This reverts commit 902b98f32ffd35661e43382f47226f65528ff1b1.
>
> With this patch, decompressing zip files does not work anymore in `angstrom-2008.1, angstrom-2010.x`, `minimal` and `minimal-uclibc`.
> diff --git a/recipes/unzip/unzip_552.bb b/recipes/unzip/unzip_552.bb
> index 0decc4a..6e3497e 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 = "r1"
Even with revert the PR should be increased (need manual change).
> SRC_URI = "${SOURCEFORGE_MIRROR}/project/infozip/UnZip%205.x%20and%20earlier/5.52/unzip${PV}.tar.gz"
> S = "${WORKDIR}/unzip-5.52"
>
> @@ -19,15 +19,6 @@ do_install() {
> oe_runmake -f unix/Makefile install prefix=${D}${prefix}
> install -d ${D}${mandir}
> mv ${D}${prefix}/man/* ${D}${mandir}
> - mv ${D}${bindir}/unzip ${D}${bindir}/unzip.${PN}
> -}
limit this mv only to target's do_install while do_install for
unzip-native keeps unzip name (or you can add unzip -> unzip.${PN}
link to unzip-native)
Regards,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
next prev parent reply other threads:[~2010-11-13 14:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-13 14:13 [PATCH] Revert "unzip: Add update-alternatives to unzip" Paul Menzel
2010-11-13 14:27 ` Martin Jansa [this message]
2010-11-13 17:42 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101113142752.GK3843@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.