summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-30 21:08:47 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-30 21:08:47 +0200
commit7d5ed42be9eb92edf8c15cb9271d3e6a6e44bbb3 (patch)
tree506046a3d0cafc4921cc7df3191509eadbf0153f
parent22c813fa4ba26f39f8814eaf32a030ee59a35f00 (diff)
downloadmeta-openembedded-7d5ed42be9eb92edf8c15cb9271d3e6a6e44bbb3.tar.gz
connman: fix systemd packaging
connman uses a slightly different configure option to enable systemd Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-connectivity/connman/connman.inc2
-rw-r--r--meta-oe/recipes-connectivity/connman/connman_0.73.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman.inc b/meta-oe/recipes-connectivity/connman/connman.inc
index 7edef34c5..0a6360c79 100644
--- a/meta-oe/recipes-connectivity/connman/connman.inc
+++ b/meta-oe/recipes-connectivity/connman/connman.inc
@@ -22,7 +22,7 @@ EXTRA_OECONF += "\
22 ac_cv_path_UDHCPC=/sbin/udhcpc \ 22 ac_cv_path_UDHCPC=/sbin/udhcpc \
23 ac_cv_path_RESOLVCONF=/sbin/resolvconf \ 23 ac_cv_path_RESOLVCONF=/sbin/resolvconf \
24 ac_cv_path_PPPD=/usr/sbin/pppd \ 24 ac_cv_path_PPPD=/usr/sbin/pppd \
25 --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ 25 --with-systemdunitdir=${base_libdir}/systemd/system/ \
26" 26"
27 27
28INITSCRIPT_NAME = "connman" 28INITSCRIPT_NAME = "connman"
diff --git a/meta-oe/recipes-connectivity/connman/connman_0.73.bb b/meta-oe/recipes-connectivity/connman/connman_0.73.bb
index 6ef430283..6b52c7895 100644
--- a/meta-oe/recipes-connectivity/connman/connman_0.73.bb
+++ b/meta-oe/recipes-connectivity/connman/connman_0.73.bb
@@ -1,5 +1,5 @@
1require connman.inc 1require connman.inc
2PR = "r1" 2PR = "r2"
3 3
4EXTRA_OECONF += "\ 4EXTRA_OECONF += "\
5 --disable-gtk-doc \ 5 --disable-gtk-doc \