summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-05 17:18:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-09 23:30:15 +0100
commitb143dc6db030414aa002d16bf7f7a7e261bea66a (patch)
tree3d5d12679c3ce27fb8e6d8f45fa199bd0ea45f0a /meta/recipes-connectivity/bluez5/bluez5
parentd112d5bee6300b069d8da8b22f4b091bee57c641 (diff)
downloadpoky-b143dc6db030414aa002d16bf7f7a7e261bea66a.tar.gz
bluez5: upgrade 5.56 -> 5.58
(From OE-Core rev: 6aabd10b113a81b0abbcb9654bc6fe17cc6bb3ce) 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')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5/0001-Makefile.am-add-missing-mkdir-for-ell-shared.patch25
1 files changed, 25 insertions, 0 deletions
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 @@
1From d341ba650af1b7068d9ad034732b4f41b91bb2c1 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Sun, 25 Apr 2021 18:56:41 +0200
4Subject: [PATCH] Makefile.am: add missing mkdir for ell/shared
5
6This addresses build errors out of source tree.
7
8Upstream-Status: Backport
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10---
11 Makefile.am | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/Makefile.am b/Makefile.am
15index 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 ; \