diff options
| -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 @@ | |||
| 1 | require connman.inc | 1 | require connman.inc | 
| 2 | 2 | ||
| 3 | # 1.13 tag | 3 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | 
| 4 | SRCREV = "96fcd8871531c9012135110769618d65a3523b4d" | ||
| 5 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ | ||
| 6 | file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \ | 4 | file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \ | 
| 7 | file://add_xuser_dbus_permission.patch \ | 5 | file://add_xuser_dbus_permission.patch \ | 
| 8 | file://connman \ | 6 | file://connman \ | 
| 9 | file://inet-fix-ip-cleanup-functions.patch \ | 7 | file://inet-fix-ip-cleanup-functions.patch \ | 
| 10 | " | 8 | " | 
| 11 | S = "${WORKDIR}/git" | 9 | |
| 10 | SRC_URI[md5sum] = "6c9ecaf9c044f8c66a7b465f6716b569" | ||
| 11 | SRC_URI[sha256sum] = "d0c37452a4e8eec27e433ff901a6c447963b9d8a8ceddd4a7311cc322e2dbf8c" | ||
| 12 | |||
| 12 | PR = "${INC_PR}.0" | 13 | PR = "${INC_PR}.0" | 
| 13 | 14 | ||
| 14 | RRECOMMENDS_${PN} = "connman-conf" | 15 | RRECOMMENDS_${PN} = "connman-conf" | 
