mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 23:59:21 +00: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 \
|
|
"
|