diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-09-09 18:36:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:48:44 +0100 |
commit | 302ec4665011ed71bb3487f97ef80be6e90844f7 (patch) | |
tree | d19965ae05c32412c4813f236d70fd48b3918b6a /meta/recipes-connectivity/connman/connman_1.30.bb | |
parent | 08ec92a04e074afe6eb326e4d5532ddcee2183a6 (diff) | |
download | poky-302ec4665011ed71bb3487f97ef80be6e90844f7.tar.gz |
connman: upgrade to 1.30
Bugfixes.
build-create-dirs-before-putting-files-in-them.patch
patch removed, patch included upstream.
(From OE-Core rev: 080ae179e1de7f507263c550de8c02e3e224a964)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.30.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.30.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.30.bb b/meta/recipes-connectivity/connman/connman_1.30.bb new file mode 100644 index 0000000000..8c47353bcf --- /dev/null +++ b/meta/recipes-connectivity/connman/connman_1.30.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require connman.inc | ||
2 | |||
3 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | ||
4 | file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \ | ||
5 | file://add_xuser_dbus_permission.patch \ | ||
6 | file://connman \ | ||
7 | " | ||
8 | SRC_URI[md5sum] = "4a3efdbd6796922db9c6f66da57887fa" | ||
9 | SRC_URI[sha256sum] = "5c5e464bacc9c27ed4e7269fb9b5059f07947f5be26433b59212133663ffa991" | ||
10 | |||
11 | RRECOMMENDS_${PN} = "connman-conf" | ||
12 | |||