mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
connman: remove unneeded systemd code / use ${systemd_unitdir}
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
114cefffb9
commit
7a23c18646
@@ -1,13 +1,8 @@
|
|||||||
inherit systemd
|
inherit systemd
|
||||||
|
|
||||||
EXTRA_OECONF += "--with-systemdunitdir=${base_libdir}/systemd/system/"
|
EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
|
||||||
|
|
||||||
PRINC := "${@int(PRINC) + 1}"
|
PRINC := "${@int(PRINC) + 2}"
|
||||||
|
|
||||||
SYSTEMD_PACKAGES = "${PN}-systemd"
|
SYSTEMD_PACKAGES = "${PN}-systemd"
|
||||||
SYSTEMD_SERVICE_${PN}-systemd = "connman.service"
|
SYSTEMD_SERVICE_${PN}-systemd = "connman.service"
|
||||||
|
|
||||||
# systemd files
|
|
||||||
PACKAGES =+ "${PN}-systemd"
|
|
||||||
FILES_${PN}-systemd += "${base_libdir}/systemd"
|
|
||||||
RDEPENDS_${PN}-systemd += "${PN}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user