connman: fix systemd packaging

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-05-27 11:07:49 +02:00
parent a44a502de6
commit 3a72139c65
2 changed files with 2 additions and 1 deletions
@@ -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 \