aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-03-22 19:59:39 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-23 07:55:14 +0100
commit67b01371ec22e29b6d0f0e4259e69c0eec0284ab (patch)
treeca920467992cc02b5962b4d94c7ee4e5d77efb3c
parentc43b2b36bc2f7795f12e8a537e24c65e3c5d4180 (diff)
downloadmeta-openembedded-67b01371ec22e29b6d0f0e4259e69c0eec0284ab.tar.gz
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>
-rw-r--r--meta-oe/recipes-core/udev/udev_175.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/udev/udev_175.bb b/meta-oe/recipes-core/udev/udev_175.bb
index e14dde2b62..2550db291a 100644
--- a/meta-oe/recipes-core/udev/udev_175.bb
+++ b/meta-oe/recipes-core/udev/udev_175.bb
@@ -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.*"