mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +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:
committed by
Koen Kooi
parent
67b01371ec
commit
28d718f1ee
@@ -44,7 +44,7 @@ EXTRA_OECONF += " \
|
|||||||
--with-rootlibdir=${base_libdir} \
|
--with-rootlibdir=${base_libdir} \
|
||||||
--with-rootprefix= \
|
--with-rootprefix= \
|
||||||
--disable-gtk-doc-html \
|
--disable-gtk-doc-html \
|
||||||
--with-systemdsystemunitdir=${base_libdir}/systemd/system/ \
|
--with-systemdsystemunitdir=${systemd_unitdir}/system/ \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
@@ -53,7 +53,7 @@ do_configure_prepend() {
|
|||||||
|
|
||||||
PACKAGES =+ "${PN}-systemd libudev libgudev udev-consolekit udev-utils"
|
PACKAGES =+ "${PN}-systemd libudev libgudev udev-consolekit udev-utils"
|
||||||
|
|
||||||
FILES_${PN}-systemd = "${base_libdir}/systemd"
|
FILES_${PN}-systemd = "${systemd_unitdir}"
|
||||||
RDEPENDS_${PN}-systemd += "udev"
|
RDEPENDS_${PN}-systemd += "udev"
|
||||||
|
|
||||||
FILES_libudev = "${base_libdir}/libudev.so.*"
|
FILES_libudev = "${base_libdir}/libudev.so.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user