mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
d1f914398d
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
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"
|