mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
entrance: move systemd support from meta-systemd back to meta-efl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -20,8 +20,6 @@ BBFILES += "\
|
||||
'', '${LAYERDIR}/invalid.bb', d)} \
|
||||
${@base_contains('BBFILE_COLLECTIONS', 'gnome-layer',\
|
||||
'${LAYERDIR}/meta-gnome/recipes-*/*/*.bbappend', '', d)} \
|
||||
${@base_contains('BBFILE_COLLECTIONS', 'efl-layer',\
|
||||
'${LAYERDIR}/meta-efl/recipes-*/*/*.bbappend', '', d)} \
|
||||
${@base_contains('BBFILE_COLLECTIONS', 'multimedia-layer',\
|
||||
'${LAYERDIR}/meta-multimedia/recipes-*/*/*.bbappend', '', d)} \
|
||||
${@base_contains('BBFILE_COLLECTIONS', 'networking',\
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
[Unit]
|
||||
Description=Login manager for Enlightenment
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/entrance
|
||||
|
||||
[Install]
|
||||
Alias=display-manager.service
|
||||
@@ -1,21 +0,0 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
PRINC := "${@int(PRINC) + 3}"
|
||||
|
||||
inherit systemd
|
||||
|
||||
SRC_URI += "file://entrance.service"
|
||||
|
||||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
RREPLACES_${PN} += "${PN}-systemd"
|
||||
RCONFLICTS_${PN} += "${PN}-systemd"
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "entrance.service"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${systemd_unitdir}/system
|
||||
install -m 0644 ${WORKDIR}/entrance.service ${D}${systemd_unitdir}/system
|
||||
}
|
||||
|
||||
RCONFLICTS_${PN} += "xserver-nodm-init-systemd"
|
||||
RREPLACES_${PN} += "xserver-nodm-init-systemd"
|
||||
Reference in New Issue
Block a user