Opened 2 years ago

Closed 2 years ago

#5112 closed enhancement (fixed)

eudev: add "udev_dir" in udev.pc

Reported by: Xi Ruoyao Owned by: lfs-book
Priority: normal Milestone: 11.3
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

Downstream packages (for example upower) use pkg-config --variable=udev_dir udev to get the directory for udev rules. Without it, udev rules are installed into wrong location.

Upstream has added it as https://github.com/eudev-project/eudev/pull/225. It can be simplified to a sed:

sed -i '/udevdir/a udev_dir=${udevdir}' src/udev/udev.pc.in

Change History (1)

comment:1 by Bruce Dubbs, 2 years ago

Resolution: fixed
Status: newclosed

Fixed at commit b17680d8ea3c91a0107a52a182ab5465749c0f5b

Update to file-5.43.
Update to linux-5.19.8.
Update to gawk-5.2.0.
Update to meson-0.63.2.
Update to ninja-1.11.1.
Update to bc-6.0.2.
Fix the location of udev rules in eudev.
Remove a warning for egrep and fgrep that
Delete an empty binutils man page.
Note: See TracTickets for help on using tickets.