[oe-commits] Andreas Müller : systemd.bbclass: introduce systemd_unitdir

git at git.openembedded.org git at git.openembedded.org
Thu Feb 23 17:02:31 UTC 2012


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

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Wed Feb 22 11:23:52 2012 +0100

systemd.bbclass: introduce systemd_unitdir

Follow suggestion in [1]

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-February/038018.html

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

---

 meta-oe/classes/systemd.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-oe/classes/systemd.bbclass b/meta-oe/classes/systemd.bbclass
index 2ca7bfc..91faab9 100644
--- a/meta-oe/classes/systemd.bbclass
+++ b/meta-oe/classes/systemd.bbclass
@@ -1,5 +1,7 @@
 DEPENDS_append = " systemd-systemctl-native"
 
+systemd_unitdir = "${base_libdir}/systemd"
+
 systemd_postinst() {
 OPTS=""
 





More information about the Openembedded-commits mailing list