summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/procps/procps_3.2.8.bb
Commit message (Collapse)AuthorAgeFilesLines
* procps: don't print error message with kernel 3.0+Andreas Oberritter2012-03-281-1/+2
| | | | | | | | | | | | | | | * All procps tools print a message like this when the kernel version consists of only two numbers: | Non-standard uts for running kernel: | release ... gives version code ... * Import a patch from Debian to quieten this message. (From OE-Core rev: ec8c54946572200c4fb779ff1fe2d2848660acab) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* procps: use update-alternatives for pwdx, pgrep and watchAndreas Oberritter2012-03-231-2/+3
| | | | | | | | | | * pwdx, pgrep and watch may be provided by busybox. * Use update-alternatives to avoid conflict. (From OE-Core rev: 68dc2a3fa30c03a196d650de34d0c657a7b85454) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* PR bump for all recipes that DEPEND on ncursesScott Garman2012-03-151-1/+1
| | | | | | | | | | The packaging changes to ncurses could break package feeds, so bump the PR on everythong that DEPENDS on ncurses. (From OE-Core rev: be92256917c157284ef8370bb93bbf443849b2e1) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* procps: raise update-alternatives priorityKoen Kooi2012-01-031-2/+2
| | | | | | | | | | | | | | | | | | 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 (From OE-Core rev: f1b2d49d0cc6f1b75f0870941d8c7ce742378d4d) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* procps 3.2.8: remove initscriptKoen Kooi2011-09-221-19/+8
| | | | | | | | | | | Sysctl is managed by other initscripts in the sysV world and by systemd itself in the systemd world, so drop it from the procps recipe. This also fixes some style issues and a global FILES assignenment. (From OE-Core rev: 80650bf4bce83e4e8d785e9a69eac0abbcdc6844) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* procps: Fix lib path to support multilibDongxiao Xu2011-08-241-4/+4
| | | | | | | | | | Revise the install.patch which hardcode the lib paths. Change ${PN} to ${BPN} in file names. (From OE-Core rev: 7e3e69d38898876ba3325852bbec04586635e66f) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* procps: use u-a for pmap, otherwise conflicts with pmap from busyboxMartin Jansa2011-05-111-2/+2
| | | | | | | (From OE-Core rev: 24cc1131e538a7aba4ca6cabc3542f036cad97f6) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* procps: upgrade to version 3.2.8Qing He2010-11-141-0/+41
from 3.2.7 also update license info [sgw@linux.intel.com: added gmake-3.82 patch to correct location] Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>