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 | |
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')
-rw-r--r--[-rwxr-xr-x] | meta/recipes-connectivity/connman/connman-0.63/connman (renamed from meta/recipes-connectivity/connman/connman-0.56/connman) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman-0.63/dbusperms.patch (renamed from meta/recipes-connectivity/connman/connman-0.56/dbusperms.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman-0.63/fix-shutdown-ap-disconnect.patch (renamed from meta/recipes-connectivity/connman/connman-0.56/fix-shutdown-ap-disconnect.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman_0.63.bb (renamed from meta/recipes-connectivity/connman/connman_0.56.bb) | 5 |
5 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman-0.56/connman b/meta/recipes-connectivity/connman/connman-0.63/connman index f01bf371c2..f01bf371c2 100755..100644 --- a/meta/recipes-connectivity/connman/connman-0.56/connman +++ b/meta/recipes-connectivity/connman/connman-0.63/connman | |||
diff --git a/meta/recipes-connectivity/connman/connman-0.56/dbusperms.patch b/meta/recipes-connectivity/connman/connman-0.63/dbusperms.patch index 100af0367b..100af0367b 100644 --- a/meta/recipes-connectivity/connman/connman-0.56/dbusperms.patch +++ b/meta/recipes-connectivity/connman/connman-0.63/dbusperms.patch | |||
diff --git a/meta/recipes-connectivity/connman/connman-0.56/fix-shutdown-ap-disconnect.patch b/meta/recipes-connectivity/connman/connman-0.63/fix-shutdown-ap-disconnect.patch index a0ad0991df..a0ad0991df 100644 --- a/meta/recipes-connectivity/connman/connman-0.56/fix-shutdown-ap-disconnect.patch +++ b/meta/recipes-connectivity/connman/connman-0.63/fix-shutdown-ap-disconnect.patch | |||
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index ced21fe52e..fb970ed1eb 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -13,7 +13,7 @@ LICENSE = "GPLv2" | |||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | 13 | 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 | DEPENDS = "libgdbus dbus glib-2.0 hal" | 16 | DEPENDS = "libgdbus dbus glib-2.0 hal iptables" |
17 | RDEPENDS_${PN} = "wpa-supplicant resolvconf" | 17 | RDEPENDS_${PN} = "wpa-supplicant resolvconf" |
18 | 18 | ||
19 | INITSCRIPT_NAME = "connman" | 19 | INITSCRIPT_NAME = "connman" |
diff --git a/meta/recipes-connectivity/connman/connman_0.56.bb b/meta/recipes-connectivity/connman/connman_0.63.bb index 665da32f03..e99f7840af 100644 --- a/meta/recipes-connectivity/connman/connman_0.56.bb +++ b/meta/recipes-connectivity/connman/connman_0.63.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require connman.inc | 1 | require connman.inc |
2 | PR = "r2" | 2 | PR = "r0" |
3 | 3 | ||
4 | EXTRA_OECONF += "\ | 4 | EXTRA_OECONF += "\ |
5 | ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ | 5 | ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ |
@@ -23,3 +23,6 @@ SRC_URI = "\ | |||
23 | file://fix-shutdown-ap-disconnect.patch \ | 23 | file://fix-shutdown-ap-disconnect.patch \ |
24 | file://connman \ | 24 | file://connman \ |
25 | " | 25 | " |
26 | |||
27 | SRC_URI[md5sum] = "11616a4fa1d03f96f0739730645f7c53" | ||
28 | SRC_URI[sha256sum] = "e2a57376cdcd42b3876262da6959aa58428941e0eb2df9a4724cd3f1af934492" | ||