diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-30 21:08:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-30 21:08:47 +0200 |
commit | 7d5ed42be9eb92edf8c15cb9271d3e6a6e44bbb3 (patch) | |
tree | 506046a3d0cafc4921cc7df3191509eadbf0153f | |
parent | 22c813fa4ba26f39f8814eaf32a030ee59a35f00 (diff) | |
download | meta-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.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/connman/connman_0.73.bb | 2 |
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 | ||
28 | INITSCRIPT_NAME = "connman" | 28 | 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 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 @@ | |||
1 | require connman.inc | 1 | require connman.inc |
2 | PR = "r1" | 2 | PR = "r2" |
3 | 3 | ||
4 | EXTRA_OECONF += "\ | 4 | EXTRA_OECONF += "\ |
5 | --disable-gtk-doc \ | 5 | --disable-gtk-doc \ |