diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-05-21 10:16:07 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:07:02 +0100 |
commit | 2aa82039311a8d84a06ec5fba46c99f64e36e697 (patch) | |
tree | c53c7d5ad0d030520838719bb7a0e78a6c7bb59c /meta/recipes-connectivity/connman | |
parent | 364cad5d8eecfec74a7be8cf93e75cd63031101f (diff) | |
download | openembedded-core-2aa82039311a8d84a06ec5fba46c99f64e36e697.tar.gz openembedded-core-2aa82039311a8d84a06ec5fba46c99f64e36e697.tar.bz2 openembedded-core-2aa82039311a8d84a06ec5fba46c99f64e36e697.zip |
connman: upgrade to 1.14
- switched to archive releases;
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.14.bb (renamed from meta/recipes-connectivity/connman/connman_1.13.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.13.bb b/meta/recipes-connectivity/connman/connman_1.14.bb index 4f235382ff..f9a5ecccd5 100644 --- a/meta/recipes-connectivity/connman/connman_1.13.bb +++ b/meta/recipes-connectivity/connman/connman_1.14.bb @@ -1,14 +1,15 @@ require connman.inc -# 1.13 tag -SRCREV = "96fcd8871531c9012135110769618d65a3523b4d" -SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ +SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \ file://add_xuser_dbus_permission.patch \ file://connman \ file://inet-fix-ip-cleanup-functions.patch \ " -S = "${WORKDIR}/git" + +SRC_URI[md5sum] = "6c9ecaf9c044f8c66a7b465f6716b569" +SRC_URI[sha256sum] = "d0c37452a4e8eec27e433ff901a6c447963b9d8a8ceddd4a7311cc322e2dbf8c" + PR = "${INC_PR}.0" RRECOMMENDS_${PN} = "connman-conf" |