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, 8 insertions, 14 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 484509350b..150d909d73 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -46,20 +46,13 @@ 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 = "\ 49SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
50 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ 50 file://init \
51 file://out-of-tree.patch \ 51 file://run-ptest \
52 file://init \ 52 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'file://0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch', d)} \
53 file://run-ptest \ 53 file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \
54 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'file://0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch', d)} \ 54 file://0001-test-gatt-Fix-hung-issue.patch \
55 file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \ 55 "
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"
63S = "${WORKDIR}/bluez-${PV}" 56S = "${WORKDIR}/bluez-${PV}"
64 57
65CVE_PRODUCT = "bluez" 58CVE_PRODUCT = "bluez"
@@ -70,6 +63,7 @@ EXTRA_OECONF = "\
70 --enable-test \ 63 --enable-test \
71 --enable-datafiles \ 64 --enable-datafiles \
72 --enable-library \ 65 --enable-library \
66 --without-zsh-completion-dir \
73" 67"
74 68
75# bluez5 builds a large number of useful utilities but does not 69# bluez5 builds a large number of useful utilities but does not