mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user