diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-27 11:07:49 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-27 11:07:49 +0200 |
commit | 3a72139c65b23a3cbc120f582c266e5dcae9261b (patch) | |
tree | bd2c800b5889768700c69e632b38adc8fa1269e6 /meta-oe/recipes-connectivity | |
parent | a44a502de682111e6054af149ecd9a1464bcf440 (diff) | |
download | meta-openembedded-3a72139c65b23a3cbc120f582c266e5dcae9261b.tar.gz |
connman: fix systemd packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/connman/connman.inc | 1 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/connman/connman_0.73.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman.inc b/meta-oe/recipes-connectivity/connman/connman.inc index f50526a49..0a662d804 100644 --- a/meta-oe/recipes-connectivity/connman/connman.inc +++ b/meta-oe/recipes-connectivity/connman/connman.inc | |||
@@ -22,6 +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 | " | 26 | " |
26 | 27 | ||
27 | 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 103b5b60b..3d0815fb6 100644 --- a/meta-oe/recipes-connectivity/connman/connman_0.73.bb +++ b/meta-oe/recipes-connectivity/connman/connman_0.73.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require connman.inc | 1 | require connman.inc |
2 | # connman requires libXtables now | 2 | # connman requires libXtables now |
3 | DEPENDS += "iptables" | 3 | DEPENDS += "iptables" |
4 | PR = "r0" | 4 | PR = "r1" |
5 | 5 | ||
6 | EXTRA_OECONF += "\ | 6 | EXTRA_OECONF += "\ |
7 | --disable-gtk-doc \ | 7 | --disable-gtk-doc \ |