]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
systemd: fix build against 6.9 libc-headers
authorBruce Ashfield <bruce.ashfield@gmail.com>
Wed, 15 May 2024 14:44:32 +0000 (10:44 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 May 2024 11:07:18 +0000 (12:07 +0100)
commit5a8a116b270d26ce50429aa32f2883a9d2fd1206
treed16dfbdc85d4641db2a524a8a0e06381ad41b9b9
parentf2f3f965d6d5fc19b357891e8c55473782124662
systemd: fix build against 6.9 libc-headers

When building against the 6.9 linux-libc-headrs the following build
issue was hit:

  | Program check-filesystems.sh found: YES (build/tmp/work/cortexa57-poky-linux/systemd/255.4/git/src/basic/check-filesystems.sh)
  |
  | ../git/src/basic/meson.build:238:8: ERROR: Problem encountered: Unknown filesystems defined in kernel headers:
  |
  | Filesystem found in kernel header but not in filesystems-gperf.gperf: PID_FS_MAGIC

Upstream already has this fixed, so we backport the commit.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd/0001-basic-add-PIDFS-magic-31709.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd_255.4.bb