mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
meta-systemd: drop default SYSTEMD_PACKAGES = "${PN}"
This commit is contained in:
@@ -2,7 +2,6 @@ PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
inherit systemd
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN} = "avahi-daemon.service"
|
||||
SYSTEMD_AUTO_ENABLE = "enable"
|
||||
|
||||
@@ -4,7 +4,6 @@ inherit systemd
|
||||
|
||||
EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN} = "bluetooth.service"
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN} = "connman.service"
|
||||
|
||||
@@ -2,7 +2,6 @@ PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
inherit systemd
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN} = "ofono.service"
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
|
||||
@@ -4,7 +4,6 @@ PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
inherit systemd
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN} = "portmap.service"
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
|
||||
@@ -4,6 +4,5 @@ PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
SYSTEMD_UNITDIR = "${systemd_unitdir}/system"
|
||||
EXTRA_OECONF += "--enable-socket-activation --with-systemdsystemunitdir=${SYSTEMD_UNITDIR}"
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN} = "uuidd.socket"
|
||||
|
||||
@@ -6,7 +6,6 @@ inherit systemd
|
||||
|
||||
SRC_URI += "file://lighttpd.service"
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN} = "lighttpd.service"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user