[oe-commits] Andreas Müller : udev_175: replace ${base_libdir}/ systemd by ${systemd_unitdir} set in oe-core

git at git.openembedded.org git at git.openembedded.org
Fri Mar 23 07:00:52 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 67b01371ec22e29b6d0f0e4259e69c0eec0284ab
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=67b01371ec22e29b6d0f0e4259e69c0eec0284ab

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Thu Mar 22 19:59:39 2012 +0000

udev_175: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/udev/udev_175.bb |    4 ++--
 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 e14dde2..2550db2 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.*"





More information about the Openembedded-commits mailing list