diff options
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" LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e" -DEPENDS = "libgdbus dbus glib-2.0 hal" +DEPENDS = "libgdbus dbus glib-2.0 hal iptables" RDEPENDS_${PN} = "wpa-supplicant resolvconf" 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 @@ require connman.inc -PR = "r2" +PR = "r0" EXTRA_OECONF += "\ ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ @@ -23,3 +23,6 @@ SRC_URI = "\ file://fix-shutdown-ap-disconnect.patch \ file://connman \ " + +SRC_URI[md5sum] = "11616a4fa1d03f96f0739730645f7c53" +SRC_URI[sha256sum] = "e2a57376cdcd42b3876262da6959aa58428941e0eb2df9a4724cd3f1af934492" |