mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 19:27:14 +00:00
networkmanager: move systemd support to meta-systemd
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Koen Kooi
parent
87526c2f21
commit
c21e67f8e5
+14
@@ -0,0 +1,14 @@
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
inherit systemd
|
||||
|
||||
DEPENDS += "systemd"
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
SYSTEMD_SERVICE = "NetworkManager.service"
|
||||
SYSTEMD_UNITDIR = "${systemd_unitdir}/system"
|
||||
|
||||
# NetworkManager-wait-online is not catched by systemd.bbclass
|
||||
FILES_${PN} += " \
|
||||
${systemd_unitdir}/system/NetworkManager-wait-online.service \
|
||||
"
|
||||
Reference in New Issue
Block a user