diff options
author | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2013-01-07 14:01:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 13:50:39 +0000 |
commit | 9f79f44d32bc796d0515d33af4e07e76e4c28837 (patch) | |
tree | e5fe809d7c5c3e811d2f029b19108aeb4ce3065b /meta/recipes-extended/procps/procps_3.2.8.bb | |
parent | 41a15a9af9c8fe8f4ca9a54808f209ec2379ac2c (diff) | |
download | poky-9f79f44d32bc796d0515d33af4e07e76e4c28837.tar.gz |
procps: initialized environment correctly (backported from classic)
Without this patch, various procps tool can create "Unknown HZ value"
messages because internal initialization happens in a wrong, random
order.
It has been applied to classic already.
(From OE-Core rev: a746cf196792d1c0646f5e97e87055e0974d753e)
Signed-off-by: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
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.bb | 3 |
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 3f20beaf30..7533859518 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 @@ | |||
1 | require procps.inc | 1 | require procps.inc |
2 | 2 | ||
3 | PR = "r10" | 3 | PR = "r11" |
4 | 4 | ||
5 | SRC_URI += "file://procmodule.patch \ | 5 | SRC_URI += "file://procmodule.patch \ |
6 | file://psmodule.patch \ | 6 | file://psmodule.patch \ |
@@ -8,6 +8,7 @@ SRC_URI += "file://procmodule.patch \ | |||
8 | file://sysctl.conf \ | 8 | file://sysctl.conf \ |
9 | file://procps-3.2.8+gmake-3.82.patch \ | 9 | file://procps-3.2.8+gmake-3.82.patch \ |
10 | file://gnu-kbsd-version.patch \ | 10 | file://gnu-kbsd-version.patch \ |
11 | file://60_linux_version_init.patch \ | ||
11 | " | 12 | " |
12 | 13 | ||
13 | SRC_URI[md5sum] = "9532714b6846013ca9898984ba4cd7e0" | 14 | SRC_URI[md5sum] = "9532714b6846013ca9898984ba4cd7e0" |