diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-22 19:59:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-23 07:55:11 +0100 |
commit | ed8bbbc690948ae772e576dca0714f2472394a93 (patch) | |
tree | cb817b878bb9a01afcd16a2afe57c4bb170ad4b3 /meta-oe/classes | |
parent | 1abbfd367b38016975d9eb9e89cf31b12d3085f5 (diff) | |
download | meta-openembedded-ed8bbbc690948ae772e576dca0714f2472394a93.tar.gz |
systemd.bbclass: remove systemd_unitdir it is set in oe-core
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.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/classes/systemd.bbclass b/meta-oe/classes/systemd.bbclass index a8c77c8a1..4e99a53b0 100644 --- a/meta-oe/classes/systemd.bbclass +++ b/meta-oe/classes/systemd.bbclass | |||
@@ -1,7 +1,5 @@ | |||
1 | DEPENDS_append = " systemd-systemctl-native" | 1 | DEPENDS_append = " systemd-systemctl-native" |
2 | 2 | ||
3 | systemd_unitdir = "${base_libdir}/systemd" | ||
4 | |||
5 | systemd_postinst() { | 3 | systemd_postinst() { |
6 | OPTS="" | 4 | OPTS="" |
7 | 5 | ||