diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-23 15:06:24 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:51 -0800 |
commit | a5de5a7dfeecbccef1cfb8f6221a494b946ed982 (patch) | |
tree | be8f877463cf6af2bc419dfbc7286a7d3ce10e36 /meta/recipes-connectivity/connman/connman_0.56.bb | |
parent | 8399ca4d708101f594025ddab2fa89cab5e56c51 (diff) | |
download | poky-a5de5a7dfeecbccef1cfb8f6221a494b946ed982.tar.gz |
connman: Upgrade to version 0.63
Add build dependency iptables.
Fix recipe metadata.
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, 0 insertions, 25 deletions
diff --git a/meta/recipes-connectivity/connman/connman_0.56.bb b/meta/recipes-connectivity/connman/connman_0.56.bb deleted file mode 100644 index 665da32f03..0000000000 --- a/meta/recipes-connectivity/connman/connman_0.56.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | require connman.inc | ||
2 | PR = "r2" | ||
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 | --prefix=/usr --sysconfdir=/etc --localstatedir=/var" | ||
20 | |||
21 | SRC_URI = "\ | ||
22 | http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \ | ||
23 | file://fix-shutdown-ap-disconnect.patch \ | ||
24 | file://connman \ | ||
25 | " | ||