aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/classes
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-02-22 11:23:52 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-23 16:46:30 +0100
commit6143fd76a1a6d3f7dded308528e9ea5d60225231 (patch)
treeb09432a014b799ce47574855cf0e3e6e11066604 /meta-oe/classes
parent9d72ff10c51963513f33ce8dbf42822abf42f6b7 (diff)
downloadmeta-openembedded-6143fd76a1a6d3f7dded308528e9ea5d60225231.tar.gz
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@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/classes')
-rw-r--r--meta-oe/classes/systemd.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/classes/systemd.bbclass b/meta-oe/classes/systemd.bbclass
index 2ca7bfca5b..91faab9572 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=""