summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/procps/procps_3.2.8.bb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-03-27 23:33:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-28 10:16:30 +0100
commit265903bdffb10c95ceaf7a892151a50b67939c71 (patch)
tree77d50b7985020d13e68b6a6f26c4aef4c57a6981 /meta/recipes-extended/procps/procps_3.2.8.bb
parentf1f7680263143a67ca345970ab8d3f91d14934a5 (diff)
downloadpoky-265903bdffb10c95ceaf7a892151a50b67939c71.tar.gz
procps: don't print error message with kernel 3.0+
* 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>
Diffstat (limited to 'meta/recipes-extended/procps/procps_3.2.8.bb')
-rw-r--r--meta/recipes-extended/procps/procps_3.2.8.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/procps/procps_3.2.8.bb b/meta/recipes-extended/procps/procps_3.2.8.bb
index 683badc2f9..dfae0b8f22 100644
--- a/meta/recipes-extended/procps/procps_3.2.8.bb
+++ b/meta/recipes-extended/procps/procps_3.2.8.bb
@@ -1,6 +1,6 @@
1require procps.inc 1require procps.inc
2 2
3PR = "r6" 3PR = "r7"
4 4
5inherit update-alternatives 5inherit update-alternatives
6 6
@@ -14,6 +14,7 @@ SRC_URI += "file://procmodule.patch \
14 file://linux-limits.patch \ 14 file://linux-limits.patch \
15 file://sysctl.conf \ 15 file://sysctl.conf \
16 file://procps-3.2.8+gmake-3.82.patch \ 16 file://procps-3.2.8+gmake-3.82.patch \
17 file://gnu-kbsd-version.patch \
17 " 18 "
18 19
19SRC_URI[md5sum] = "9532714b6846013ca9898984ba4cd7e0" 20SRC_URI[md5sum] = "9532714b6846013ca9898984ba4cd7e0"