[oe-commits] Andreas Müller : udev_182: 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: 28d718f1eee620c1e19e68d1542c0af2014da45f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=28d718f1eee620c1e19e68d1542c0af2014da45f

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

udev_182: 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_182.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-core/udev/udev_182.bb b/meta-oe/recipes-core/udev/udev_182.bb
index a7bf068..f2bdd75 100644
--- a/meta-oe/recipes-core/udev/udev_182.bb
+++ b/meta-oe/recipes-core/udev/udev_182.bb
@@ -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.*"





More information about the Openembedded-commits mailing list