diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-05 16:43:45 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-09 12:00:42 +0000 |
| commit | 03a44db3815cc3abdeea7e6cc39fcd1e652ffb6f (patch) | |
| tree | 9b7b11adfaa93c7b4c561f2618ef40d86b385766 /meta/recipes-connectivity/bluez5/bluez5.inc | |
| parent | 79223afc724c52abf8d7722e1a6a55d7d42bff19 (diff) | |
| download | poky-03a44db3815cc3abdeea7e6cc39fcd1e652ffb6f.tar.gz | |
bluez: update 5.50 -> 5.52
Drop a big pile of backports.
Disable zsh completions, as they're unlikely to be useful.
(From OE-Core rev: dad8cd50bcc4203a65d153dc2445502c1e728975)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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 | 22 |
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" | |||
| 46 | PACKAGECONFIG[btpclient] = "--enable-btpclient,--disable-btpclient, ell" | 46 | PACKAGECONFIG[btpclient] = "--enable-btpclient,--disable-btpclient, ell" |
| 47 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" | 47 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" |
| 48 | 48 | ||
| 49 | SRC_URI = "\ | 49 | SRC_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 | " | ||
| 63 | S = "${WORKDIR}/bluez-${PV}" | 56 | S = "${WORKDIR}/bluez-${PV}" |
| 64 | 57 | ||
| 65 | CVE_PRODUCT = "bluez" | 58 | CVE_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 |
