diff options
author | Ross Burton <ross.burton@intel.com> | 2019-10-07 20:38:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-08 11:22:24 +0100 |
commit | 9553dae95832201c09c3dda313a4da60a128b91b (patch) | |
tree | b333f7edf67899c0d087abffcc4a95feb1dc7649 | |
parent | 45befef2a303f2c1bddf90e834bf3fc32bd23c50 (diff) | |
download | poky-9553dae95832201c09c3dda313a4da60a128b91b.tar.gz |
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>
-rw-r--r-- | meta/recipes-core/systemd/systemd_243.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_243.bb b/meta/recipes-core/systemd/systemd_243.bb index b9097593f1..e874a451c4 100644 --- a/meta/recipes-core/systemd/systemd_243.bb +++ b/meta/recipes-core/systemd/systemd_243.bb | |||
@@ -229,8 +229,6 @@ do_install() { | |||
229 | install -d ${D}${sysconfdir}/udev/rules.d/ | 229 | install -d ${D}${sysconfdir}/udev/rules.d/ |
230 | install -d ${D}${sysconfdir}/tmpfiles.d | 230 | install -d ${D}${sysconfdir}/tmpfiles.d |
231 | install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ | 231 | install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ |
232 | install -d ${D}${libdir}/pkgconfig | ||
233 | install -m 0644 ${B}/src/udev/udev.pc ${D}${libdir}/pkgconfig/ | ||
234 | 232 | ||
235 | install -m 0644 ${WORKDIR}/00-create-volatile.conf ${D}${sysconfdir}/tmpfiles.d/ | 233 | install -m 0644 ${WORKDIR}/00-create-volatile.conf ${D}${sysconfdir}/tmpfiles.d/ |
236 | 234 | ||