From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/2] util-linux-ng: use u-a for /sbin/blockdev
Date: Sat, 12 Feb 2011 13:16:44 +0100 [thread overview]
Message-ID: <ij5tnc$9u6$1@dough.gmane.org> (raw)
In-Reply-To: <1297509134-31435-1-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/util-linux-ng/util-linux-ng.inc | 9 +++++----
> 1 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc
> index 579c8dc..51f25b2 100644
> --- a/recipes/util-linux-ng/util-linux-ng.inc
> +++ b/recipes/util-linux-ng/util-linux-ng.inc
> @@ -6,7 +6,7 @@ DEPENDS_virtclass-native = "zlib-native lzo-native gettext-native"
>
> inherit autotools gettext
>
> -INC_PR = "r35"
> +INC_PR = "r36"
>
> # allows for a release candidate
> RC ?= ""
> @@ -126,8 +126,8 @@ do_install () {
> 'LDFLAGS=${LDFLAGS}' 'DESTDIR=${D}' install
> mkdir -p ${D}${base_bindir}
>
> - sbinprogs="agetty blockdev ctrlaltdel cfdisk"
> - sbinprogs_a="pivot_root hwclock mkswap shutdown mkfs.minix fsck.minix losetup swapon fdisk fsck blkid vigr vipw uuidd"
> + sbinprogs="agetty ctrlaltdel cfdisk"
> + sbinprogs_a="pivot_root hwclock mkswap shutdown mkfs.minix fsck.minix losetup swapon fdisk fsck blkid blockdev vigr vipw uuidd"
> usrbinprogs_a="chfn chsh hexdump last logger mesg newgrp renice wall setsid chrt reset cal script flock"
> usrsbinprogs_a="readprofile"
> binprogs_a="dmesg kill more umount mount login"
> @@ -220,6 +220,7 @@ pkg_postinst_${PN} () {
> update-alternatives --install ${base_bindir}/login login login.${PN} 100
> update-alternatives --install ${base_sbindir}/vipw vipw vipw.${PN} 100
> update-alternatives --install ${base_sbindir}/vigr vigr vigr.${PN} 100
> + update-alternatives --install ${base_sbindir}/blockdev blockdev blockdev.${PN} 100
> update-alternatives --install ${bindir}/setsid setsid setsid.${PN} 100
> update-alternatives --install ${bindir}/chrt chrt chrt.${PN} 100
> update-alternatives --install ${base_sbindir}/uuidd uuidd uuidd.${PN} 100
> @@ -236,7 +237,7 @@ pkg_prerm_${PN} () {
> test -x ${base_sbindir}/pivot_root.${PN} && \
> update-alternatives --remove pivot_root pivot_root.${PN}
>
> - for i in dmesg kill more halt hwclock mkswap reboot shutdown sln mkfs.minix fsck.minix hexdump setsid chrt last logger mesg renice wall vipw vigr chfn newgrp chsh login cal script flock uuidd; do
> + for i in dmesg kill more halt hwclock mkswap reboot shutdown sln mkfs.minix fsck.minix hexdump setsid chrt last logger mesg renice wall vipw vigr blockdev chfn newgrp chsh login cal script flock uuidd; do
> update-alternatives --remove $i $i.${PN}
> done
> }
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNVnosMkyGM64RGpERAuIHAJ4+/0uyMjYywzuLbklUmV84CR/sdgCdE2qa
pm+QYnyjZ4goWqbtexZTZwI=
=QNHh
-----END PGP SIGNATURE-----
prev parent reply other threads:[~2011-02-12 12:18 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
2011-02-12 12:16 ` Koen Kooi [this message]
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='ij5tnc$9u6$1@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.