mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
udev_182: 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:
parent
67b01371ec
commit
28d718f1ee
|
|
@ -44,7 +44,7 @@ EXTRA_OECONF += " \
|
|||
--with-rootlibdir=${base_libdir} \
|
||||
--with-rootprefix= \
|
||||
--disable-gtk-doc-html \
|
||||
--with-systemdsystemunitdir=${base_libdir}/systemd/system/ \
|
||||
--with-systemdsystemunitdir=${systemd_unitdir}/system/ \
|
||||
"
|
||||
|
||||
do_configure_prepend() {
|
||||
|
|
@ -53,7 +53,7 @@ do_configure_prepend() {
|
|||
|
||||
PACKAGES =+ "${PN}-systemd libudev libgudev udev-consolekit udev-utils"
|
||||
|
||||
FILES_${PN}-systemd = "${base_libdir}/systemd"
|
||||
FILES_${PN}-systemd = "${systemd_unitdir}"
|
||||
RDEPENDS_${PN}-systemd += "udev"
|
||||
|
||||
FILES_libudev = "${base_libdir}/libudev.so.*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user