]> git.ipfire.org Git - ipfire-2.x.git/commit
udev: Apply patches to update to version 251 and add dummies for current tags
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 6 Sep 2023 13:41:58 +0000 (15:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Sep 2023 16:06:26 +0000 (16:06 +0000)
commit99446eac45d9bb6d2fd0dadbabc1f1d19b4172f7
tree36e5821504ece73bbfae5c1185b2ec4b5cd20ca3
parent849ed299c17ad1d81bd11cc4f3edbd196241debe
udev: Apply patches to update to version 251 and add dummies for current tags

- eudev-3.2.12 has udev version 243 and this causes the build of libgudev to fail as
   it requires a newer version of udev.
- Just changing the version in eudev from 243 to 251 is insufficient as libgudev also
   expects to see current tags which have been introduced in a more recent version of
   systemd udev.
- Two patches applied from the eudev github issue #249 covering this problem.
- With the two patches applied libgudev built without any problems.
- Update to rootfile not required.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/udev
src/patches/eudev-3.2.12_Bump_udev_version_to_251.patch [new file with mode: 0644]
src/patches/eudev-3.2.12_Export_dummies_for_current_tags.patch [new file with mode: 0644]