summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools
diff options
context:
space:
mode:
authorRobert Joslyn <robert.joslyn@redrectangle.org>2021-04-17 20:40:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-20 13:56:48 +0100
commit46b49025f37cd3bfb9a53ce019697e0874801b0d (patch)
tree0888fd4b0e01c714f3e6d7abd46bdc3b6f2ab37d /meta/recipes-devtools/btrfs-tools
parentbd2c93374eb30d4c63e07a9d90e7c19897d88232 (diff)
downloadpoky-46b49025f37cd3bfb9a53ce019697e0874801b0d.tar.gz
btrfs-tools: Update to 5.11.1
Update licensing, as libtrfsutil is under LGPLv3+. Note that libtrfsutil is in the process of being relicensed to LGPLv2.1+: https://github.com/kdave/btrfs-progs/issues/323 (From OE-Core rev: 0f75bb0e4d99c658302e28435d055b4f99dcc247) 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.11.1.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.10.1.bb)9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.10.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.11.1.bb
index fca010d4ae..2ab476a88e 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.10.1.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.11.1.bb
@@ -7,14 +7,17 @@ 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" 10LICENSE = "GPLv2 & LGPLv3+"
11LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" 11LIC_FILES_CHKSUM = " \
12 file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067 \
13 file://libbtrfsutil/COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404 \
14"
12SECTION = "base" 15SECTION = "base"
13DEPENDS = "util-linux attr e2fsprogs lzo acl" 16DEPENDS = "util-linux attr e2fsprogs lzo acl"
14DEPENDS_append_class-target = " udev" 17DEPENDS_append_class-target = " udev"
15RDEPENDS_${PN} = "libgcc" 18RDEPENDS_${PN} = "libgcc"
16 19
17SRCREV = "f2ffce38b9c1477a7350bfe165f0e34b9bde40f5" 20SRCREV = "8d5051f279f7994fb80536ef8f846f06d121d898"
18SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ 21SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
19 file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ 22 file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
20 " 23 "