diff options
author | Muhammad Shakeel <muhammad_shakeel@mentor.com> | 2013-09-20 18:52:12 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:55:27 +0100 |
commit | ac40bd082c0c79ec4766753d03dd3eb5132c2edf (patch) | |
tree | dbc289a429f14f7f44110eb6bbc1631ae062b6a8 /meta/recipes-connectivity/connman/connman_1.18.bb | |
parent | b843f7c359c3de179ee450e66c3eced59f1915d1 (diff) | |
download | poky-ac40bd082c0c79ec4766753d03dd3eb5132c2edf.tar.gz |
connman: Upgrade to v1.18
This release contains a few important bugfixes in addition
to a few new features.
(From OE-Core rev: e69442ebca53fe36988fcf76a9c3a4cc5e3d9499)
Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.18.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.18.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.18.bb b/meta/recipes-connectivity/connman/connman_1.18.bb new file mode 100644 index 0000000000..44a4a07fc7 --- /dev/null +++ b/meta/recipes-connectivity/connman/connman_1.18.bb | |||
@@ -0,0 +1,14 @@ | |||
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 | |||
9 | SRC_URI[md5sum] = "7578ec8f0422d34f5a4ba51b605fe576" | ||
10 | SRC_URI[sha256sum] = "56c2ca7842be2100b6b59367845d5beec125f231af6ea505604992e0c5a69992" | ||
11 | |||
12 | PR = "${INC_PR}.0" | ||
13 | |||
14 | RRECOMMENDS_${PN} = "connman-conf" | ||