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:
Koen Kooi
2011-05-30 21:08:47 +02:00
parent 22c813fa4b
commit 7d5ed42be9
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ EXTRA_OECONF += "\
ac_cv_path_UDHCPC=/sbin/udhcpc \
ac_cv_path_RESOLVCONF=/sbin/resolvconf \
ac_cv_path_PPPD=/usr/sbin/pppd \
--with-systemdsystemunitdir=${base_libdir}/systemd/system/ \
--with-systemdunitdir=${base_libdir}/systemd/system/ \
"
INITSCRIPT_NAME = "connman"
@@ -1,5 +1,5 @@
require connman.inc
PR = "r1"
PR = "r2"
EXTRA_OECONF += "\
--disable-gtk-doc \