summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/procps/procps_4.0.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* procps: fix build with new glibc but old kernel headersRoss Burton2024-06-191-0/+1
| | | | | | | | | | | If you're building procps with a newer glibc (with pidfd_open()) but older kernel headers (say 4.x, before __NR_pidfd_open) then procps will fail to build because of a typo in configure.ac. (From OE-Core rev: aaced482585fa32d2eadeeb3eb692b3c55666a2a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* procps: update 4.0.3 -> 4.0.4Alexander Kanavin2023-09-181-0/+97
Drop patches as all issues resolved upstream; one of them is a CVE backport. (From OE-Core rev: 8b5f6565a16bd17cf0cce62d5e7438a01e0cc1c3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>