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:
Andreas Müller 2012-03-22 19:59:40 +00:00 committed by Koen Kooi
parent 67b01371ec
commit 28d718f1ee

View File

@ -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.*"