diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-07-30 17:54:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-31 23:03:01 +0100 |
commit | 5d1ba9eee12829b4377d3919579669ed057f67c8 (patch) | |
tree | 061ea267b94625e8c7a5e7ec5c266e868e45c595 /meta/recipes-devtools | |
parent | df9d8dbe7552a1d909c3ef8757befa46eb39a460 (diff) | |
download | poky-5d1ba9eee12829b4377d3919579669ed057f67c8.tar.gz |
btrfs-tools: update 5.1.1 -> 5.2.1
(From OE-Core rev: 53dc41128d7f976a3a0f0730b5a2dff61f8c1bdf)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
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.2.1.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.1.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.1.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.1.bb index 2cd99706b4..138ec749e7 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.1.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.1.bb | |||
@@ -14,7 +14,7 @@ DEPENDS = "util-linux attr e2fsprogs lzo acl python3-setuptools-native" | |||
14 | DEPENDS_append_class-target = " udev" | 14 | DEPENDS_append_class-target = " udev" |
15 | RDEPENDS_${PN} = "libgcc" | 15 | RDEPENDS_${PN} = "libgcc" |
16 | 16 | ||
17 | SRCREV = "781e36a784faa58a4f0515eef124af860d59e2c0" | 17 | SRCREV = "9a85732d8beaae4b80cab98bb3355660389c1d36" |
18 | 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 \ |
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 | " |