From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Koen Kooi <koen@dominion.thruhere.net>
Subject: Re: [PATCH] procps: raise update-alternatives priority
Date: Tue, 03 Jan 2012 14:22:26 -0800 [thread overview]
Message-ID: <4F037FA2.4050705@linux.intel.com> (raw)
In-Reply-To: <1325347496-9980-1-git-send-email-koen@dominion.thruhere.net>
On 12/31/2011 08:04 AM, Koen Kooi wrote:
> This fixes a problem with the uptime utility:
>
> root@beagleboneA3-0088:/var/lib/cloud9# busybox uptime
> 16:00:17 up 2 days, 6:46, load average: 0.14, 0.04, 0.05
> root@beagleboneA3-0088:/var/lib/cloud9# uptime.procps
> 16:00:22 up 2 days, 6:46, 1 user, load average: 0.14, 0.05, 0.06
> root@beagleboneA3-0088:/var/lib/cloud9# uptime.coreutils
> 16:00pm up 4382 days 15:58, 1 user, load average: 0.13, 0.05, 0.05
> root@beagleboneA3-0088:/var/lib/cloud9# ls /usr/bin/uptime -la
> lrwxrwxrwx 1 root root 16 Dec 26 08:56 /usr/bin/uptime -> uptime.coreutils
>
> Signed-off-by: Koen Kooi<koen@dominion.thruhere.net>
> ---
> meta/recipes-extended/procps/procps_3.2.8.bb | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-extended/procps/procps_3.2.8.bb b/meta/recipes-extended/procps/procps_3.2.8.bb
> index d989955..6a41ccd 100644
> --- a/meta/recipes-extended/procps/procps_3.2.8.bb
> +++ b/meta/recipes-extended/procps/procps_3.2.8.bb
> @@ -1,12 +1,12 @@
> require procps.inc
>
> -PR = "r3"
> +PR = "r4"
>
> inherit update-alternatives
>
> ALTERNATIVE_LINKS = "${bindir}/top ${bindir}/uptime ${bindir}/free ${bindir}/pkill ${bindir}/pmap \
> ${base_bindir}/kill ${base_sbindir}/sysctl ${base_bindir}/ps"
> -ALTERNATIVE_PRIORITY = "90"
> +ALTERNATIVE_PRIORITY = "110"
>
> SRC_URI += "file://procmodule.patch \
> file://psmodule.patch \
Merged to OE-Core.
Is there a bug filed against coreutils uptime?
Thanks
Sau!
next prev parent reply other threads:[~2012-01-03 22:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-31 16:04 [PATCH] procps: raise update-alternatives priority Koen Kooi
2011-12-31 20:13 ` Otavio Salvador
2011-12-31 21:58 ` Koen Kooi
2012-01-03 22:22 ` Saul Wold [this message]
2012-01-03 23:16 ` 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=4F037FA2.4050705@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=koen@dominion.thruhere.net \
--cc=openembedded-core@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.