mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-08 23:24:50 +02:00
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 \
|
|
"
|