mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 13:12:25 +00:00
connman: fix systemd packaging
connman uses a slightly different configure option to enable systemd Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
22c813fa4b
commit
7d5ed42be9
@ -22,7 +22,7 @@ EXTRA_OECONF += "\
|
|||||||
ac_cv_path_UDHCPC=/sbin/udhcpc \
|
ac_cv_path_UDHCPC=/sbin/udhcpc \
|
||||||
ac_cv_path_RESOLVCONF=/sbin/resolvconf \
|
ac_cv_path_RESOLVCONF=/sbin/resolvconf \
|
||||||
ac_cv_path_PPPD=/usr/sbin/pppd \
|
ac_cv_path_PPPD=/usr/sbin/pppd \
|
||||||
--with-systemdsystemunitdir=${base_libdir}/systemd/system/ \
|
--with-systemdunitdir=${base_libdir}/systemd/system/ \
|
||||||
"
|
"
|
||||||
|
|
||||||
INITSCRIPT_NAME = "connman"
|
INITSCRIPT_NAME = "connman"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
require connman.inc
|
require connman.inc
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
EXTRA_OECONF += "\
|
EXTRA_OECONF += "\
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user