mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
connman: fix systemd packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -22,6 +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/ \
|
||||||
"
|
"
|
||||||
|
|
||||||
INITSCRIPT_NAME = "connman"
|
INITSCRIPT_NAME = "connman"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require connman.inc
|
require connman.inc
|
||||||
# connman requires libXtables now
|
# connman requires libXtables now
|
||||||
DEPENDS += "iptables"
|
DEPENDS += "iptables"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
EXTRA_OECONF += "\
|
EXTRA_OECONF += "\
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
|
|||||||
Reference in New Issue
Block a user