diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-19 17:33:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-23 17:42:25 +0100 |
commit | 2e73c16ab81846c1b94c5d0dc952c956b961ec15 (patch) | |
tree | 2e305cd24f73680c1d719fd8481102c05e73ca60 /meta/recipes-devtools/btrfs-tools | |
parent | daadc037481e0dcc50d804a08a3e65a8562d072a (diff) | |
download | poky-2e73c16ab81846c1b94c5d0dc952c956b961ec15.tar.gz |
btrfs-tools: upgrade 5.13.1 -> 5.14.2
(From OE-Core rev: 72d5401a00d0332c9072ddcf1c8ba8f3f88a831c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_5.14.2.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.13.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.13.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.14.2.bb index 5288978943..3270527b57 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.13.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.14.2.bb | |||
@@ -14,13 +14,12 @@ LIC_FILES_CHKSUM = " \ | |||
14 | " | 14 | " |
15 | SECTION = "base" | 15 | SECTION = "base" |
16 | DEPENDS = "lzo util-linux zlib" | 16 | DEPENDS = "lzo util-linux zlib" |
17 | DEPENDS:append:class-target = " udev" | ||
18 | 17 | ||
19 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ | 18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ |
20 | 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 \ |
21 | file://0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch \ | 20 | file://0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch \ |
22 | " | 21 | " |
23 | SRCREV = "e4ac7d4f67b330a3b27a4a50f73e94b1e072ae56" | 22 | SRCREV = "35f17bc49cdf760d8f3710fe2c301b933d991fd6" |
24 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
25 | 24 | ||
26 | PACKAGECONFIG ??= " \ | 25 | PACKAGECONFIG ??= " \ |
@@ -35,6 +34,7 @@ PACKAGECONFIG[convert] = "--enable-convert --with-convert=ext2,--disable-convert | |||
35 | PACKAGECONFIG[zoned] = "--enable-zoned,--disable-zoned" | 34 | PACKAGECONFIG[zoned] = "--enable-zoned,--disable-zoned" |
36 | PACKAGECONFIG[python] = "--enable-python,--disable-python,python3-setuptools-native" | 35 | PACKAGECONFIG[python] = "--enable-python,--disable-python,python3-setuptools-native" |
37 | PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd" | 36 | PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd" |
37 | PACKAGECONFIG[udev] = "--enable-libudev,--disable-libudev,udev" | ||
38 | 38 | ||
39 | # Pick only one crypto provider | 39 | # Pick only one crypto provider |
40 | PACKAGECONFIG[crypto-builtin] = "--with-crypto=builtin" | 40 | PACKAGECONFIG[crypto-builtin] = "--with-crypto=builtin" |