summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5.inc')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5.inc22
1 files changed, 14 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 150d909d73..484509350b 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -46,13 +46,20 @@ PACKAGECONFIG[mesh] = "--enable-mesh,--disable-mesh, json-c ell"
46PACKAGECONFIG[btpclient] = "--enable-btpclient,--disable-btpclient, ell" 46PACKAGECONFIG[btpclient] = "--enable-btpclient,--disable-btpclient, ell"
47PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" 47PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"
48 48
49SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ 49SRC_URI = "\
50 file://init \ 50 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
51 file://run-ptest \ 51 file://out-of-tree.patch \
52 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'file://0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch', d)} \ 52 file://init \
53 file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \ 53 file://run-ptest \
54 file://0001-test-gatt-Fix-hung-issue.patch \ 54 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'file://0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch', d)} \
55 " 55 file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \
56 file://0001-test-gatt-Fix-hung-issue.patch \
57 file://0001-Makefile.am-Fix-a-race-issue-for-tools.patch \
58 file://CVE-2018-10910.patch \
59 file://gcc9-fixes.patch \
60 file://0001-tools-Fix-build-after-y2038-changes-in-glibc.patch \
61 file://0001-tools-btpclient.c-include-signal.h.patch \
62"
56S = "${WORKDIR}/bluez-${PV}" 63S = "${WORKDIR}/bluez-${PV}"
57 64
58CVE_PRODUCT = "bluez" 65CVE_PRODUCT = "bluez"
@@ -63,7 +70,6 @@ EXTRA_OECONF = "\
63 --enable-test \ 70 --enable-test \
64 --enable-datafiles \ 71 --enable-datafiles \
65 --enable-library \ 72 --enable-library \
66 --without-zsh-completion-dir \
67" 73"
68 74
69# bluez5 builds a large number of useful utilities but does not 75# bluez5 builds a large number of useful utilities but does not