diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-15 07:07:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-17 07:47:07 +0100 |
commit | 90e8fd5944d987209d2164a099728d6c03b2897a (patch) | |
tree | 8e6c94878d22a76d8b88a0cd74093bfa5bd9bcb6 /meta/recipes-devtools | |
parent | 87c783d3752acd3513f2e3aedea6a598fef1d080 (diff) | |
download | poky-90e8fd5944d987209d2164a099728d6c03b2897a.tar.gz |
btrfs-tools: upgrade 5.19 -> 5.19.1
(From OE-Core rev: d2a4562ad5888919dc42f244c796c8fbd39d55cc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.1.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.1.bb index 4f116a85ac..db8026e0f0 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.19.1.bb | |||
@@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib" | |||
18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \ | 18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \ |
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 = "96b83b16158f3b87037085761bf212e958473767" | 21 | SRCREV = "e1d9dab326e043696e6648aba4ccf90874d1d3d1" |
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | PACKAGECONFIG ??= " \ | 24 | PACKAGECONFIG ??= " \ |