mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
connman: move systemd support to meta-systemd
This commit is contained in:
committed by
Koen Kooi
parent
1e6cf9483d
commit
a55a931807
@@ -0,0 +1,8 @@
|
||||
inherit systemd
|
||||
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN}-systemd = "connman.service"
|
||||
Reference in New Issue
Block a user