diff options
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 1 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5/0001-Makefile.am-add-missing-mkdir-for-ell-shared.patch | 25 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.58.bb (renamed from meta/recipes-connectivity/bluez5/bluez5_5.56.bb) | 3 |
3 files changed, 27 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 74b59e406c..635cad813e 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -53,6 +53,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ | |||
53 | file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \ | 53 | file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \ |
54 | file://0001-test-gatt-Fix-hung-issue.patch \ | 54 | file://0001-test-gatt-Fix-hung-issue.patch \ |
55 | file://0001-audio-Rename-pause-funciton-to-avoid-shadowing-glibc.patch \ | 55 | file://0001-audio-Rename-pause-funciton-to-avoid-shadowing-glibc.patch \ |
56 | file://0001-Makefile.am-add-missing-mkdir-for-ell-shared.patch \ | ||
56 | " | 57 | " |
57 | S = "${WORKDIR}/bluez-${PV}" | 58 | S = "${WORKDIR}/bluez-${PV}" |
58 | 59 | ||
diff --git a/meta/recipes-connectivity/bluez5/bluez5/0001-Makefile.am-add-missing-mkdir-for-ell-shared.patch b/meta/recipes-connectivity/bluez5/bluez5/0001-Makefile.am-add-missing-mkdir-for-ell-shared.patch new file mode 100644 index 0000000000..03b42f73cb --- /dev/null +++ b/meta/recipes-connectivity/bluez5/bluez5/0001-Makefile.am-add-missing-mkdir-for-ell-shared.patch | |||
@@ -0,0 +1,25 @@ | |||
1 | From d341ba650af1b7068d9ad034732b4f41b91bb2c1 Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Sun, 25 Apr 2021 18:56:41 +0200 | ||
4 | Subject: [PATCH] Makefile.am: add missing mkdir for ell/shared | ||
5 | |||
6 | This addresses build errors out of source tree. | ||
7 | |||
8 | Upstream-Status: Backport | ||
9 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
10 | --- | ||
11 | Makefile.am | 1 + | ||
12 | 1 file changed, 1 insertion(+) | ||
13 | |||
14 | diff --git a/Makefile.am b/Makefile.am | ||
15 | index be5d5c7..72ad425 100644 | ||
16 | --- a/Makefile.am | ||
17 | +++ b/Makefile.am | ||
18 | @@ -623,6 +623,7 @@ lib/bluetooth/%.h: lib/%.h | ||
19 | $(AM_V_GEN)$(LN_S) -f $(abspath $<) $@ | ||
20 | |||
21 | ell/shared: Makefile | ||
22 | + $(AM_V_at)$(MKDIR_P) ell | ||
23 | $(AM_V_GEN)for f in $(ell_shared) ; do \ | ||
24 | if [ ! -f $$f ] ; then \ | ||
25 | $(LN_S) -t ell -f $(abs_srcdir)/../ell/$$f ; \ | ||
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.56.bb b/meta/recipes-connectivity/bluez5/bluez5_5.58.bb index 676cb2dbb2..186a621c44 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.56.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.58.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | require bluez5.inc | 1 | require bluez5.inc |
2 | 2 | ||
3 | SRC_URI[md5sum] = "e6c51b2aefa7c56ff072819a78611fa5" | 3 | SRC_URI[sha256sum] = "c8065e75a5eb67236849ef68a354b1700540305a8c88ef0a0fd6288f19daf1f1" |
4 | SRC_URI[sha256sum] = "59c4dba9fc8aae2a6a5f8f12f19bc1b0c2dc27355c7ca3123eed3fe6bd7d0b9d" | ||
5 | 4 | ||
6 | # noinst programs in Makefile.tools that are conditional on READLINE | 5 | # noinst programs in Makefile.tools that are conditional on READLINE |
7 | # support | 6 | # support |