diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-08-27 21:10:00 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-29 21:58:19 +0100 |
| commit | 98eaec26ffce4a03b8048cfeb6f1b16a12f9ea43 (patch) | |
| tree | b73837f56c3c2bf7d58cf61b56dedbd4d57973ec /meta/recipes-connectivity/bluez5/bluez5.inc | |
| parent | 405fe4d77d71e9dd579170e3ad0e14ff2e2b3370 (diff) | |
| download | poky-98eaec26ffce4a03b8048cfeb6f1b16a12f9ea43.tar.gz | |
bluez5: Fix build with musl
(From OE-Core rev: e5f9870757bf7ffd009ce4ba999d37e41274982c)
Signed-off-by: Khem Raj <raj.khem@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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index d8b9f81771..e0d3e65187 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://0004-src-shared-util.c-include-linux-limits.h.patch \ | 72 | file://0004-src-shared-util.c-include-linux-limits.h.patch \ |
| 73 | file://0001-Provide-GNU-basename-compatible-implementation.patch \ | ||
| 73 | " | 74 | " |
| 74 | S = "${WORKDIR}/bluez-${PV}" | 75 | S = "${WORKDIR}/bluez-${PV}" |
| 75 | 76 | ||
