diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-10 13:29:57 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-10 13:31:04 +0000 |
| commit | 60901bc11dc94fab35dd7d7e58039499150d2c90 (patch) | |
| tree | 0364a313fb4d9dd250cc58418df76acd2e42471c /meta/recipes-connectivity/bluez5/bluez5.inc | |
| parent | 27f1f98ab569c6b715edbce24a9c2d5b8da43f83 (diff) | |
| download | poky-60901bc11dc94fab35dd7d7e58039499150d2c90.tar.gz | |
Revert "bluez: update 5.50 -> 5.52"
This reverts commit dad8cd50bcc4203a65d153dc2445502c1e728975.
It is causing performance problems in ptest, taking hours (~18) to parse the ptest runner logs.
Log output increased from ~4MB to ~65MB. Revert until we can deal with the performance issue.
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, 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" | |||
| 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 = "${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ | 49 | SRC_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 | " | ||
| 56 | S = "${WORKDIR}/bluez-${PV}" | 63 | S = "${WORKDIR}/bluez-${PV}" |
| 57 | 64 | ||
| 58 | CVE_PRODUCT = "bluez" | 65 | CVE_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 |
