summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/connman
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-08 15:26:13 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-08 15:26:13 +0200
commit2d994bb8560c83e0444869ba189b46a1a8094a12 (patch)
tree92b1baa76e7e21bd7f455bd6993331fec07e4604 /meta-oe/recipes-connectivity/connman
parentee3c757b7e4541dbce40b588c96981a76c162c7a (diff)
downloadmeta-openembedded-2d994bb8560c83e0444869ba189b46a1a8094a12.tar.gz
connman 0.74: enable ntp plugin
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/connman')
-rw-r--r--meta-oe/recipes-connectivity/connman/connman.inc4
-rw-r--r--meta-oe/recipes-connectivity/connman/connman_0.74.bb7
2 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman.inc b/meta-oe/recipes-connectivity/connman/connman.inc
index 7dd30fc21..c0cdf7b4c 100644
--- a/meta-oe/recipes-connectivity/connman/connman.inc
+++ b/meta-oe/recipes-connectivity/connman/connman.inc
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
14 file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e" 14 file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e"
15 15
16# we need to define the depends here, the dynamic stuff is too late 16# we need to define the depends here, the dynamic stuff is too late
17DEPENDS = "libnl wpa-supplicant dbus glib-2.0 ppp busybox dhcp resolvconf bluez4 iptables gnutls" 17DEPENDS = "libnl wpa-supplicant dbus glib-2.0 ppp busybox dhcp resolvconf bluez4 iptables gnutls ntp"
18 18
19EXTRA_OECONF += "\ 19EXTRA_OECONF += "\
20 ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ 20 ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
@@ -46,7 +46,7 @@ do_install_append() {
46} 46}
47 47
48python populate_packages_prepend() { 48python populate_packages_prepend() {
49 depmap = dict( pppd="ppp", udhcp="busybox connman-scripts", dhclient="dhcp-client", wifi="wpa-supplicant", resolvconf="resolvconf", bluetooth="bluez4" ) 49 depmap = dict( pppd="ppp", udhcp="busybox connman-scripts", dhclient="dhcp-client", wifi="wpa-supplicant", resolvconf="resolvconf", bluetooth="bluez4", ntpd="ntp" )
50 packages = [] 50 packages = []
51 hook = lambda file,pkg,b,c,d:packages.append((file,pkg)) 51 hook = lambda file,pkg,b,c,d:packages.append((file,pkg))
52 plugin_dir = bb.data.expand('${libdir}/connman/plugins/', d) 52 plugin_dir = bb.data.expand('${libdir}/connman/plugins/', d)
diff --git a/meta-oe/recipes-connectivity/connman/connman_0.74.bb b/meta-oe/recipes-connectivity/connman/connman_0.74.bb
index 7d6630e87..7e2948767 100644
--- a/meta-oe/recipes-connectivity/connman/connman_0.74.bb
+++ b/meta-oe/recipes-connectivity/connman/connman_0.74.bb
@@ -1,5 +1,7 @@
1require connman.inc 1require connman.inc
2 2
3PR = "r1"
4
3EXTRA_OECONF += "\ 5EXTRA_OECONF += "\
4 --disable-gtk-doc \ 6 --disable-gtk-doc \
5 --enable-debug \ 7 --enable-debug \
@@ -7,15 +9,14 @@ EXTRA_OECONF += "\
7 --enable-loopback \ 9 --enable-loopback \
8 --enable-ethernet \ 10 --enable-ethernet \
9 --enable-wifi \ 11 --enable-wifi \
10 --disable-wimax \
11 --enable-bluetooth \ 12 --enable-bluetooth \
12 --enable-ofono \ 13 --enable-ofono \
13 --enable-resolvconf \
14 --enable-dnsproxy \
15 --enable-tools \ 14 --enable-tools \
16 --disable-polkit \ 15 --disable-polkit \
17 --enable-client \ 16 --enable-client \
18 --enable-fake \ 17 --enable-fake \
18 --enable-ntpd \
19 --with-ntpd=${bindir}/ntpd \
19" 20"
20 21
21SRC_URI = "\ 22SRC_URI = "\