aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
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 /meta-oe
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>
Diffstat (limited to 'meta-oe')
-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 7edef34c5b..0a6360c79f 100644
--- a/meta-oe/recipes-connectivity/connman/connman.inc
+++ b/meta-oe/recipes-connectivity/connman/connman.inc
@@ -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"
diff --git a/meta-oe/recipes-connectivity/connman/connman_0.73.bb b/meta-oe/recipes-connectivity/connman/connman_0.73.bb
index 6ef4302839..6b52c7895b 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 @@
require connman.inc
-PR = "r1"
+PR = "r2"
EXTRA_OECONF += "\
--disable-gtk-doc \