mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
c21e67f8e5
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
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 \
|
|
"
|