diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-13 14:59:30 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-15 16:22:05 +0200 |
commit | 61241113169b676b8c8c5989017262de0e9ca9b1 (patch) | |
tree | c3ae209b5409b6e25dfa8b40c6972ce1787d4533 /meta-systemd | |
parent | 2db07ef244ef4ae249e954bcda93f83052bb96a0 (diff) | |
download | meta-openembedded-61241113169b676b8c8c5989017262de0e9ca9b1.tar.gz |
lxdm: move systemd support from meta-systemd back to meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd')
-rw-r--r-- | meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm_git.bbappend | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm_git.bbappend b/meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm_git.bbappend deleted file mode 100644 index a3e97bb0bd..0000000000 --- a/meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm_git.bbappend +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | PRINC := "${@int(PRINC) + 2}" | ||
3 | |||
4 | inherit systemd | ||
5 | |||
6 | SYSTEMD_UNITDIR = "${systemd_unitdir}/system" | ||
7 | RPROVIDES_${PN} += "${PN}-systemd" | ||
8 | RREPLACES_${PN} += "${PN}-systemd" | ||
9 | RCONFLICTS_${PN} += "${PN}-systemd" | ||
10 | SYSTEMD_SERVICE_${PN} = "lxdm.service" | ||