summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-09-18 07:12:29 -0700
committerSteve Sakoman <steve@sakoman.com>2024-10-29 05:51:03 -0700
commit90404038a99f86dedbe71e5c4f56f32873120873 (patch)
treed2af48c18b289c003513d782170549d5c869fb1b /meta/recipes-connectivity/bluez5/bluez5.inc
parent98257584a95190f83186e14a8bae20a6e769c604 (diff)
downloadpoky-90404038a99f86dedbe71e5c4f56f32873120873.tar.gz
bluez: Fix mesh builds on musl
When mesh is enabled on musl the build fails with conflicting basename calls. (From OE-Core rev: bab3e883cb770ef9fc28c002a98efd0ca5cbf60d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2db90c6508e350d35782db973291bbf5ffdfd3a5) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5.inc')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index eda0f8d6c7..b3bcd278e6 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -70,6 +70,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
70 file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \ 70 file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \
71 file://0001-test-gatt-Fix-hung-issue.patch \ 71 file://0001-test-gatt-Fix-hung-issue.patch \
72 file://0001-Provide-GNU-basename-compatible-implementation.patch \ 72 file://0001-Provide-GNU-basename-compatible-implementation.patch \
73 file://0001-mesh-Move-local-basename-into-utility-file.patch \
73 " 74 "
74S = "${WORKDIR}/bluez-${PV}" 75S = "${WORKDIR}/bluez-${PV}"
75 76