public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 01/19] btrfs-tools: upgrade 6.17.1 -> 6.19
@ 2026-03-03  6:56 Hongxu Jia
  2026-03-03  6:56 ` [PATCH 02/19] ncurses: upgrade 6.5 -> 6.6 Hongxu Jia
                   ` (17 more replies)
  0 siblings, 18 replies; 31+ messages in thread
From: Hongxu Jia @ 2026-03-03  6:56 UTC (permalink / raw)
  To: openembedded-core

Release Notes:
https://github.com/kdave/btrfs-progs/releases/tag/v6.19

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 ...d-a-possibility-to-specify-where-python-modules-ar.patch | 6 +++---
 .../{btrfs-tools_6.17.1.bb => btrfs-tools_6.19.bb}          | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.17.1.bb => btrfs-tools_6.19.bb} (98%)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
index 2cd66d2722..7272c27c6c 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
@@ -1,4 +1,4 @@
-From 030ec81c0dac1e067faf49924d5631bb22ccc90d Mon Sep 17 00:00:00 2001
+From 7edcee57078769b7752275e0e5f35aefbfefc9eb Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Wed, 23 May 2018 21:20:35 +0300
 Subject: [PATCH] Add a possibility to specify where python modules are
@@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Makefile b/Makefile
-index 7e36aa42..edff7d5b 100644
+index 96c11830..3f2585cb 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -996,7 +996,7 @@ endif
+@@ -997,7 +997,7 @@ endif
  ifeq ($(PYTHON_BINDINGS),1)
  install_python: libbtrfsutil_python
  	$(Q)cd libbtrfsutil/python; \
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.17.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.17.1.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.bb
index 8a6e4c268f..460f70a35a 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.17.1.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.bb
@@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib"
 SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https;tag=v${PV} \
            file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
            "
-SRCREV = "06981428c08f78f019a2f4956407fd84b495e21e"
+SRCREV = "9ac9a97ee3ebcc71c584a202a31ccd6442c436dc"
 
 PACKAGECONFIG ??= " \
     programs \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2026-03-04 10:27 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03  6:56 [PATCH 01/19] btrfs-tools: upgrade 6.17.1 -> 6.19 Hongxu Jia
2026-03-03  6:56 ` [PATCH 02/19] ncurses: upgrade 6.5 -> 6.6 Hongxu Jia
2026-03-04  8:00   ` [OE-core] " Mathieu Dubois-Briand
2026-03-04  8:03     ` Hongxu Jia
     [not found]     ` <189994AF67AC963D.971272@lists.openembedded.org>
2026-03-04 10:26       ` Hongxu Jia
2026-03-03  6:56 ` [PATCH 03/19] connman: upgrade 1.45 -> 2.0 Hongxu Jia
2026-03-03  6:56 ` [PATCH 04/19] ell: upgrade 0.81 -> 0.82 Hongxu Jia
2026-03-03  6:56 ` [PATCH 05/19] font-alias: upgrade 1.0.5 -> 1.0.6 Hongxu Jia
2026-03-03  6:56 ` [PATCH 06/19] gn: upgrade to latest revision Hongxu Jia
2026-03-03  7:16   ` Patchtest results for " patchtest
2026-03-03  6:56 ` [PATCH 07/19] openssl: upgrade 3.5.5 -> 3.6.1 Hongxu Jia
2026-03-03  7:05   ` [OE-core] " Marko, Peter
2026-03-03  7:10     ` Hongxu Jia
2026-03-03  6:56 ` [PATCH 08/19] python3-cryptography{-vectors}: 46.0.4 -> 46.0.5 Hongxu Jia
2026-03-03  7:16   ` Patchtest results for " patchtest
2026-03-03  6:56 ` [PATCH 09/19] python3-hypothesis: upgrade 6.151.4 -> 6.151.9 Hongxu Jia
2026-03-03  6:56 ` [PATCH 10/19] python3-markdown: upgrade 3.10.1 -> 3.10.2 Hongxu Jia
2026-03-03  6:56 ` [PATCH 11/19] python3-pip: upgrade 26.0 -> 26.0.1 Hongxu Jia
2026-03-03  6:56 ` [PATCH 12/19] python3-pycparser: upgrade 2.23 -> 3.0 Hongxu Jia
2026-03-03  7:16   ` Patchtest results for " patchtest
2026-03-03  6:56 ` [PATCH 13/19] python3-pyproject-metadata: upgrade 0.10.0 -> 0.11.0 Hongxu Jia
2026-03-03  6:56 ` [PATCH 14/19] python3-setuptools: upgrade 80.9.0 -> 82.0.0 Hongxu Jia
2026-03-03 19:11   ` [OE-core] " Mathieu Dubois-Briand
2026-03-04  2:27     ` Hongxu Jia
     [not found]     ` <1899825EC78E920E.971272@lists.openembedded.org>
2026-03-04  3:37       ` Hongxu Jia
2026-03-03  6:56 ` [PATCH 15/19] python3-testtools: upgrade 2.8.2 -> 2.8.3 Hongxu Jia
2026-03-03  7:16   ` Patchtest results for " patchtest
2026-03-03  6:56 ` [PATCH 16/19] python3-trove-classifiers: upgrade 2025.12.1.14 -> 2026.1.14.14 Hongxu Jia
2026-03-03  6:56 ` [PATCH 17/19] python3-uv-build: upgrade 0.9.28 -> 0.10.4 Hongxu Jia
2026-03-03  6:56 ` [PATCH 18/19] python3-xmltodict: upgrade 1.0.2 -> 1.0.3 Hongxu Jia
2026-03-03  6:56 ` [PATCH 19/19] xauth: upgrade 1.1.4 -> 1.1.5 Hongxu Jia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox