mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
udev_175: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
c43b2b36bc
commit
67b01371ec
@@ -50,7 +50,7 @@ EXTRA_OECONF += " \
|
||||
--libexecdir=${base_libdir}/udev \
|
||||
--with-rootlibdir=${base_libdir} \
|
||||
--disable-gtk-doc-html \
|
||||
--with-systemdsystemunitdir=${base_libdir}/systemd/system/ \
|
||||
--with-systemdsystemunitdir=${systemd_unitdir}/system/ \
|
||||
"
|
||||
|
||||
do_configure_prepend() {
|
||||
@@ -59,7 +59,7 @@ do_configure_prepend() {
|
||||
|
||||
PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit"
|
||||
|
||||
FILES_${PN}-systemd = "${base_libdir}/systemd"
|
||||
FILES_${PN}-systemd = "${systemd_unitdir}"
|
||||
RDEPENDS_${PN}-systemd += "udev"
|
||||
|
||||
FILES_libudev = "${base_libdir}/libudev.so.*"
|
||||
|
||||
Reference in New Issue
Block a user