From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/2] eject: use u-a for /usr/bin/volname
Date: Sat, 12 Feb 2011 13:16:56 +0100 [thread overview]
Message-ID: <ij5tno$9u6$2@dough.gmane.org> (raw)
In-Reply-To: <1297509134-31435-2-git-send-email-Martin.Jansa@gmail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 12-02-11 12:12, Martin Jansa wrote:
> * resolves conflict with latest busybox
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
> ---
> recipes/eject/eject_2.1.5.bb | 16 +++++++++++++---
> 1 files changed, 13 insertions(+), 3 deletions(-)
>
> diff --git a/recipes/eject/eject_2.1.5.bb b/recipes/eject/eject_2.1.5.bb
> index 7c46432..06328dc 100644
> --- a/recipes/eject/eject_2.1.5.bb
> +++ b/recipes/eject/eject_2.1.5.bb
> @@ -2,12 +2,22 @@ DESCRIPTION = "Eject allows removable media (typically a CD-ROM, floppy disk, ta
> HOMEPAGE = "http://eject.sourceforge.net/"
> LICENSE = "GPLv2"
>
> -inherit autotools gettext
> +PR = "r1"
>
> -SRC_URI = "http://sources.openembedded.org/eject-2.1.5.tar.gz"
> +inherit autotools gettext update-alternatives
>
> -S = "${WORKDIR}/${PN}"
> +ALTERNATIVE_NAME = "volname"
> +ALTERNATIVE_LINK = "${bindir}/volname"
> +ALTERNATIVE_PATH = "${bindir}/volname.${PN}"
> +ALTERNATIVE_PRIORITY = "100"
>
> +SRC_URI = "http://sources.openembedded.org/${P}.tar.gz"
>
> SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738"
> SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55"
> +
> +do_install_append() {
> + mv ${D}/${bindir}/volname ${D}/${bindir}/volname.${PN}
> +}
> +
> +S = "${WORKDIR}/${PN}"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNVno4MkyGM64RGpERAshlAJ4oAJzSTfXQVAqil/IFhAqz6zbomQCgsYA2
F1wpuukUUqbH7AfKomMU/uE=
=iZKg
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2011-02-12 12:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-12 11:12 [PATCH 1/2] util-linux-ng: use u-a for /sbin/blockdev Martin Jansa
2011-02-12 11:12 ` [PATCH 2/2] eject: use u-a for /usr/bin/volname Martin Jansa
2011-02-12 12:16 ` Koen Kooi [this message]
2011-02-12 12:16 ` [PATCH 1/2] util-linux-ng: use u-a for /sbin/blockdev Koen Kooi
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='ij5tno$9u6$2@dough.gmane.org' \
--to=k.kooi@student.utwente.nl \
--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.