mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
41a15a9af9
commit
9f79f44d32
@@ -1,6 +1,6 @@
|
||||
require procps.inc
|
||||
|
||||
PR = "r10"
|
||||
PR = "r11"
|
||||
|
||||
SRC_URI += "file://procmodule.patch \
|
||||
file://psmodule.patch \
|
||||
@@ -8,6 +8,7 @@ SRC_URI += "file://procmodule.patch \
|
||||
file://sysctl.conf \
|
||||
file://procps-3.2.8+gmake-3.82.patch \
|
||||
file://gnu-kbsd-version.patch \
|
||||
file://60_linux_version_init.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "9532714b6846013ca9898984ba4cd7e0"
|
||||
|
||||
Reference in New Issue
Block a user