diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-12-04 07:49:03 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-05 17:07:10 +0000 |
| commit | 4b78e21ab8a215288b66f9b1e58856f32b30b5db (patch) | |
| tree | d1b557ed1ba8de74c6260cdefc6d233635550dff | |
| parent | 773a4f5e1575a102c861ffc45b0d404d4be88694 (diff) | |
| download | poky-4b78e21ab8a215288b66f9b1e58856f32b30b5db.tar.gz | |
btrfs-tools: update 6.10.1 -> 6.11
Use github, as kernel.org has the needed tag, but not the branch it's on.
(From OE-Core rev: 40cbf29c91f0586c2ff2e1aad8a7632ab42c543d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.10.1.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
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 fbd1b05a7f..59ea5a66da 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 @@ | |||
| 1 | From cb7f8a6c3538ee3086d15c4d2c9f2a2f4f38db3b Mon Sep 17 00:00:00 2001 | 1 | From 76e635a56c5973671da3a8a2fd4fc32e823bf8c9 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
| 3 | Date: Wed, 23 May 2018 21:20:35 +0300 | 3 | Date: Wed, 23 May 2018 21:20:35 +0300 |
| 4 | Subject: [PATCH] Add a possibility to specify where python modules are | 4 | Subject: [PATCH] Add a possibility to specify where python modules are |
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.10.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb index f37272d7ab..fa0599d28d 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.10.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb | |||
| @@ -15,10 +15,10 @@ LIC_FILES_CHKSUM = " \ | |||
| 15 | SECTION = "base" | 15 | SECTION = "base" |
| 16 | DEPENDS = "util-linux zlib" | 16 | DEPENDS = "util-linux zlib" |
| 17 | 17 | ||
| 18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https \ | 18 | SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https \ |
| 19 | file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ | 19 | file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ |
| 20 | " | 20 | " |
| 21 | SRCREV = "a00c2b25474b5306ef29a790adb5fd5afbaba9a2" | 21 | SRCREV = "8859114eaee39c117ff95f5b60b4e81fc22f96e7" |
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
| 24 | PACKAGECONFIG ??= " \ | 24 | PACKAGECONFIG ??= " \ |
