diff options
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5.inc')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 1807aa7c96..e78f174c5c 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -41,6 +41,7 @@ PACKAGECONFIG[sixaxis] = "--enable-sixaxis,--disable-sixaxis" | |||
41 | PACKAGECONFIG[tools] = "--enable-tools,--disable-tools" | 41 | PACKAGECONFIG[tools] = "--enable-tools,--disable-tools" |
42 | PACKAGECONFIG[threads] = "--enable-threads,--disable-threads" | 42 | PACKAGECONFIG[threads] = "--enable-threads,--disable-threads" |
43 | PACKAGECONFIG[deprecated] = "--enable-deprecated,--disable-deprecated" | 43 | PACKAGECONFIG[deprecated] = "--enable-deprecated,--disable-deprecated" |
44 | PACKAGECONFIG[mesh] = "--enable-mesh,--disable-mesh, json-c" | ||
44 | 45 | ||
45 | SRC_URI = "\ | 46 | SRC_URI = "\ |
46 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ | 47 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ |
@@ -49,8 +50,6 @@ SRC_URI = "\ | |||
49 | file://run-ptest \ | 50 | file://run-ptest \ |
50 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'file://0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch', d)} \ | 51 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'file://0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch', d)} \ |
51 | file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \ | 52 | file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \ |
52 | file://0001-hciattach-bcm43xx-fix-the-delay-timer-for-firmware-d.patch \ | ||
53 | file://cve-2017-1000250.patch \ | ||
54 | " | 53 | " |
55 | S = "${WORKDIR}/bluez-${PV}" | 54 | S = "${WORKDIR}/bluez-${PV}" |
56 | 55 | ||