diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-06-10 15:36:07 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-11 11:41:33 +0100 |
| commit | 9f48761d686cf6f46e0906e1a09c318f5f4eb6c8 (patch) | |
| tree | 99008dd7a0b77816335d90147d01369c5d85ead5 /meta/recipes-extended/procps/procps_4.0.4.bb | |
| parent | d84084c1ec073592f2c80f4abdda811b35fdffe6 (diff) | |
| download | poky-9f48761d686cf6f46e0906e1a09c318f5f4eb6c8.tar.gz | |
procps: fix build with new glibc but old kernel headers
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: b1f522cd659af375828a61de1d0c06ad62398983)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/procps/procps_4.0.4.bb')
| -rw-r--r-- | meta/recipes-extended/procps/procps_4.0.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/procps/procps_4.0.4.bb b/meta/recipes-extended/procps/procps_4.0.4.bb index 789e0c2747..b02f74bd6b 100644 --- a/meta/recipes-extended/procps/procps_4.0.4.bb +++ b/meta/recipes-extended/procps/procps_4.0.4.bb | |||
| @@ -14,6 +14,7 @@ inherit autotools gettext pkgconfig update-alternatives | |||
| 14 | 14 | ||
| 15 | SRC_URI = "git://gitlab.com/procps-ng/procps.git;protocol=https;branch=master \ | 15 | SRC_URI = "git://gitlab.com/procps-ng/procps.git;protocol=https;branch=master \ |
| 16 | file://sysctl.conf \ | 16 | file://sysctl.conf \ |
| 17 | file://pidfd.patch \ | ||
| 17 | " | 18 | " |
| 18 | SRCREV = "4ddcef2fd843170c8e2d59a83042978f41037a2b" | 19 | SRCREV = "4ddcef2fd843170c8e2d59a83042978f41037a2b" |
| 19 | 20 | ||
