All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 08/19] bluez5: upgrade 5.58 -> 5.59
Date: Tue, 22 Jun 2021 13:21:15 +0200	[thread overview]
Message-ID: <20210622112126.2026646-8-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20210622112126.2026646-1-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-connectivity/bluez5/bluez5.inc   |  2 +-
 ....am-add-missing-mkdir-for-ell-shared.patch | 25 -------------------
 .../bluez5/{bluez5_5.58.bb => bluez5_5.59.bb} |  2 +-
 3 files changed, 2 insertions(+), 27 deletions(-)
 delete mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-Makefile.am-add-missing-mkdir-for-ell-shared.patch
 rename meta/recipes-connectivity/bluez5/{bluez5_5.58.bb => bluez5_5.59.bb} (95%)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 635cad813e..f2d9a4f937 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -45,6 +45,7 @@ PACKAGECONFIG[deprecated] = "--enable-deprecated,--disable-deprecated"
 PACKAGECONFIG[mesh] = "--enable-mesh --enable-external-ell,--disable-mesh, json-c ell"
 PACKAGECONFIG[btpclient] = "--enable-btpclient --enable-external-ell,--disable-btpclient, ell"
 PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"
+PACKAGECONFIG[manpages] = "--enable-manpages,--disable-manpages,python3-docutils-native"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
            file://init \
@@ -53,7 +54,6 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
            file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \
            file://0001-test-gatt-Fix-hung-issue.patch \
            file://0001-audio-Rename-pause-funciton-to-avoid-shadowing-glibc.patch \
-           file://0001-Makefile.am-add-missing-mkdir-for-ell-shared.patch \
            "
 S = "${WORKDIR}/bluez-${PV}"
 
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
deleted file mode 100644
index 03b42f73cb..0000000000
--- a/meta/recipes-connectivity/bluez5/bluez5/0001-Makefile.am-add-missing-mkdir-for-ell-shared.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From d341ba650af1b7068d9ad034732b4f41b91bb2c1 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex.kanavin@gmail.com>
-Date: Sun, 25 Apr 2021 18:56:41 +0200
-Subject: [PATCH] Makefile.am: add missing mkdir for ell/shared
-
-This addresses build errors out of source tree.
-
-Upstream-Status: Backport
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
----
- Makefile.am | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Makefile.am b/Makefile.am
-index be5d5c7..72ad425 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -623,6 +623,7 @@ lib/bluetooth/%.h: lib/%.h
- 	$(AM_V_GEN)$(LN_S) -f $(abspath $<) $@
- 
- ell/shared: Makefile
-+	$(AM_V_at)$(MKDIR_P) ell
- 	$(AM_V_GEN)for f in $(ell_shared) ; do \
- 		if [ ! -f $$f ] ; then \
- 			$(LN_S) -t ell -f $(abs_srcdir)/../ell/$$f ; \
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.58.bb b/meta/recipes-connectivity/bluez5/bluez5_5.59.bb
similarity index 95%
rename from meta/recipes-connectivity/bluez5/bluez5_5.58.bb
rename to meta/recipes-connectivity/bluez5/bluez5_5.59.bb
index eb8475ec1e..7842eac76d 100644
--- a/meta/recipes-connectivity/bluez5/bluez5_5.58.bb
+++ b/meta/recipes-connectivity/bluez5/bluez5_5.59.bb
@@ -1,6 +1,6 @@
 require bluez5.inc
 
-SRC_URI[sha256sum] = "c8065e75a5eb67236849ef68a354b1700540305a8c88ef0a0fd6288f19daf1f1"
+SRC_URI[sha256sum] = "046b95b386d0bfb2a16311fe799d517ee7735045512d89902c4ed701db477316"
 
 # These issues have kernel fixes rather than bluez fixes so exclude here
 CVE_CHECK_WHITELIST += "CVE-2020-12352 CVE-2020-24490"
-- 
2.31.1


  parent reply	other threads:[~2021-06-22 11:21 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-22 11:21 [PATCH 01/19] devtool upgrade: rebase override-only patches as well Alexander Kanavin
2021-06-22 11:21 ` [PATCH 02/19] cmake: update 3.20.3 -> 3.20.4 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 03/19] gnu-config: update to latest revision Alexander Kanavin
2021-06-22 11:21 ` [PATCH 04/19] bash: update 5.1 -> 5.1.8 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 05/19] dnf: updatee 4.7.0 -> 4.8.0 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 06/19] vulkan-samples: update to latest revision Alexander Kanavin
2021-06-22 11:21 ` [PATCH 07/19] bind: upgrade 9.16.16 -> 9.16.18 Alexander Kanavin
2021-06-22 11:21 ` Alexander Kanavin [this message]
2021-06-22 11:21 ` [PATCH 09/19] dejagnu: upgrade 1.6.2 -> 1.6.3 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 10/19] gdbm: upgrade 1.19 -> 1.20 Alexander Kanavin
2021-06-25 16:36   ` [OE-core] " Ross Burton
2021-06-25 18:49     ` Alexander Kanavin
2021-06-22 11:21 ` [PATCH 11/19] libdnf: upgrade 0.63.0 -> 0.63.1 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 12/19] libpcre: upgrade 8.44 -> 8.45 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 13/19] libxi: upgrade 1.7.10 -> 1.7.99.2 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 14/19] mtools: upgrade 4.0.29 -> 4.0.31 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 15/19] python3-git: upgrade 3.1.17 -> 3.1.18 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 16/19] sqlite3: upgrade 3.35.5 -> 3.36.0 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 17/19] vte: upgrade 0.64.1 -> 0.64.2 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 18/19] x264: upgrade to latest revision Alexander Kanavin
2021-06-22 11:21 ` [PATCH 19/19] python3: apply test skipping patch unconditionally Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210622112126.2026646-8-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.