diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-12-07 15:06:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:42:53 +0000 |
commit | c147782535effc5e59ae86dbfad621b55fed66ae (patch) | |
tree | 1121f974aa8adc23f94651a602f05b822d6379d6 /meta/recipes-connectivity/bluez5/bluez5.inc | |
parent | 64c3a099d3e317ded8fba0e9805eeb192566f9ea (diff) | |
download | poky-c147782535effc5e59ae86dbfad621b55fed66ae.tar.gz |
bluez5: upgrade to 5.36
Backported a fix for a segfault crash.
(From OE-Core rev: 66dcceb295a063aea7acc3e581298d46f2b79650)
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/bluez5/bluez5.inc')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 13fd600296..529d5a66f7 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -18,6 +18,7 @@ PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental," | |||
18 | 18 | ||
19 | SRC_URI = "\ | 19 | SRC_URI = "\ |
20 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ | 20 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ |
21 | file://core-profile-Fix-possible-crash-when-registering-pro.patch \ | ||
21 | file://init \ | 22 | file://init \ |
22 | " | 23 | " |
23 | S = "${WORKDIR}/bluez-${PV}" | 24 | S = "${WORKDIR}/bluez-${PV}" |