diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-08-26 13:37:52 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 15:46:55 +0100 |
commit | ca4a58a4eb66e6e08f358de7f8869a35389ee605 (patch) | |
tree | 915bdde88c353517b1763907ca41c02745635bc2 /meta/recipes-connectivity/connman/connman_0.56.bb | |
parent | f6917ad47b0425f9ccb3965aa9220ed3ba0e49ec (diff) | |
download | poky-ca4a58a4eb66e6e08f358de7f8869a35389ee605.tar.gz |
connman: Use connman as default network management tool
Upgrade connman to version 0.56
Modify connman-gnome to match the recent version of connman
Deprecate networkmanager
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_0.56.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_0.56.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_0.56.bb b/meta/recipes-connectivity/connman/connman_0.56.bb new file mode 100644 index 0000000000..24ae536a78 --- /dev/null +++ b/meta/recipes-connectivity/connman/connman_0.56.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | require connman.inc | ||
2 | PR = "r0" | ||
3 | |||
4 | EXTRA_OECONF += "\ | ||
5 | ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ | ||
6 | --disable-gtk-doc \ | ||
7 | --enable-debug \ | ||
8 | --enable-threads \ | ||
9 | --enable-loopback \ | ||
10 | --enable-ethernet \ | ||
11 | --enable-wifi \ | ||
12 | --enable-bluetooth \ | ||
13 | --enable-dnsproxy \ | ||
14 | --disable-dhclient \ | ||
15 | --enable-test \ | ||
16 | --disable-udev \ | ||
17 | --disable-polkit \ | ||
18 | --enable-client \ | ||
19 | --enable-fake \ | ||
20 | --prefix=/usr --sysconfdir=/etc --localstatedir=/var" | ||
21 | |||
22 | SRC_URI = "\ | ||
23 | http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \ | ||
24 | file://connman \ | ||
25 | " | ||