diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-02-22 11:23:52 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-23 16:46:30 +0100 |
| commit | 6143fd76a1a6d3f7dded308528e9ea5d60225231 (patch) | |
| tree | b09432a014b799ce47574855cf0e3e6e11066604 | |
| parent | 9d72ff10c51963513f33ce8dbf42822abf42f6b7 (diff) | |
| download | meta-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>
| -rw-r--r-- | 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 2ca7bfca5b..91faab9572 100644 --- a/meta-oe/classes/systemd.bbclass +++ b/meta-oe/classes/systemd.bbclass | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | DEPENDS_append = " systemd-systemctl-native" | 1 | DEPENDS_append = " systemd-systemctl-native" |
| 2 | 2 | ||
| 3 | systemd_unitdir = "${base_libdir}/systemd" | ||
| 4 | |||
| 3 | systemd_postinst() { | 5 | systemd_postinst() { |
| 4 | OPTS="" | 6 | OPTS="" |
| 5 | 7 | ||
