networkmanager: move systemd support to meta-systemd

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2012-06-10 21:47:00 +00:00
committed by Koen Kooi
parent 87526c2f21
commit c21e67f8e5
2 changed files with 20 additions and 7 deletions
@@ -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 \
"