summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools
diff options
context:
space:
mode:
authorRobert Joslyn <robert.joslyn@redrectangle.org>2021-05-11 21:17:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-13 11:34:15 +0100
commit899da712ae213bff2405e7670bdff9927633114e (patch)
treec485123ce97a7f056f2e5760202111f7f8739aa5 /meta/recipes-devtools/btrfs-tools
parente7ce28c8b060fc4fc84fe328275bbca87d17a3f0 (diff)
downloadpoky-899da712ae213bff2405e7670bdff9927633114e.tar.gz
btrfs-tools: Update to 5.12
Add PACKAGECONFIG for zoned block devices. Leave disabled by default, as this requires a recent kernel. License-Update: libbtrfsutil was relicensed to LGPLv2.1+: https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git/commit/?id=9e30f779e3cbf12a88ebe309ee371851fdfd3aa0 (From OE-Core rev: d10b62f54c6e0f19af02bab024680462d9e4418a) Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> 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.12.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.11.1.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.11.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.12.bb
index b5e0561c15..8a809427f5 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.11.1.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.12.bb
@@ -7,10 +7,10 @@ btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3."
7 7
8HOMEPAGE = "https://btrfs.wiki.kernel.org" 8HOMEPAGE = "https://btrfs.wiki.kernel.org"
9 9
10LICENSE = "GPLv2 & LGPLv3+" 10LICENSE = "GPLv2 & LGPLv2.1+"
11LIC_FILES_CHKSUM = " \ 11LIC_FILES_CHKSUM = " \
12 file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067 \ 12 file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067 \
13 file://libbtrfsutil/COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404 \ 13 file://libbtrfsutil/COPYING;md5=4fbd65380cdd255951079008b364516c \
14" 14"
15SECTION = "base" 15SECTION = "base"
16DEPENDS = "lzo util-linux zlib" 16DEPENDS = "lzo util-linux zlib"
@@ -19,7 +19,7 @@ DEPENDS_append_class-target = " udev"
19SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ 19SRC_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 \ 20 file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
21 " 21 "
22SRCREV = "8d5051f279f7994fb80536ef8f846f06d121d898" 22SRCREV = "b16b0a766f06138de2ee32d4d84b7110e469ff49"
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24
25PACKAGECONFIG ??= " \ 25PACKAGECONFIG ??= " \
@@ -31,6 +31,7 @@ PACKAGECONFIG ??= " \
31PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native" 31PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native"
32PACKAGECONFIG[programs] = "--enable-programs,--disable-programs" 32PACKAGECONFIG[programs] = "--enable-programs,--disable-programs"
33PACKAGECONFIG[convert] = "--enable-convert --with-convert=ext2,--disable-convert --without-convert,e2fsprogs" 33PACKAGECONFIG[convert] = "--enable-convert --with-convert=ext2,--disable-convert --without-convert,e2fsprogs"
34PACKAGECONFIG[zoned] = "--enable-zoned,--disable-zoned"
34PACKAGECONFIG[python] = "--enable-python,--disable-python,python3-setuptools-native" 35PACKAGECONFIG[python] = "--enable-python,--disable-python,python3-setuptools-native"
35PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd" 36PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd"
36 37