mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
systemd: don't install udev.pc manually
This is already installed by the install target to $datadir/pkgconfig, so there's no need to install it again to $libdir/pkgconfig. (From OE-Core rev: 9f0f688cecbd2bad28c46f8dc467eb88486a3f6e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
45befef2a3
commit
9553dae958
@@ -229,8 +229,6 @@ do_install() {
|
||||
install -d ${D}${sysconfdir}/udev/rules.d/
|
||||
install -d ${D}${sysconfdir}/tmpfiles.d
|
||||
install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/
|
||||
install -d ${D}${libdir}/pkgconfig
|
||||
install -m 0644 ${B}/src/udev/udev.pc ${D}${libdir}/pkgconfig/
|
||||
|
||||
install -m 0644 ${WORKDIR}/00-create-volatile.conf ${D}${sysconfdir}/tmpfiles.d/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user