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:47:21 +0100 |
commit | 080ae179e1de7f507263c550de8c02e3e224a964 (patch) | |
tree | 56df91e355b3092fea4c1bb16bf7c2f2933e20e3 /meta/recipes-connectivity/connman/connman_1.30.bb | |
parent | 1d3dc681e809846dba7cae4f81566045a3f8c205 (diff) | |
download | openembedded-core-080ae179e1de7f507263c550de8c02e3e224a964.tar.gz openembedded-core-080ae179e1de7f507263c550de8c02e3e224a964.tar.bz2 openembedded-core-080ae179e1de7f507263c550de8c02e3e224a964.zip |
connman: upgrade to 1.30
Bugfixes.
build-create-dirs-before-putting-files-in-them.patch
patch removed, patch included upstream.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 @@ +require connman.inc + +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 \ + " +SRC_URI[md5sum] = "4a3efdbd6796922db9c6f66da57887fa" +SRC_URI[sha256sum] = "5c5e464bacc9c27ed4e7269fb9b5059f07947f5be26433b59212133663ffa991" + +RRECOMMENDS_${PN} = "connman-conf" + |