mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 05:38:17 +00:00
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
inherit systemd
|
|
|
|
PRINC := "${@int(PRINC) + 1}"
|
|
|
|
EXTRA_OECONF += " \
|
|
--enable-systemd \
|
|
--with-systemdsystemunitdir=${systemd_unitdir}/system \
|
|
"
|
|
|
|
SYSTEMD_PACKAGES = "${PN}-systemd"
|
|
SYSTEMD_SERVICE = "${PN}.service"
|