summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.10.0.bb (renamed from meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.9.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.9.0.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.10.0.bb
index 48d15cca9b..509dbd620b 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.9.0.bb
+++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.10.0.bb
@@ -12,12 +12,12 @@ SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \
12 file://0002-include-include-xfs-linux.h-after-sys-mman.h.patch \ 12 file://0002-include-include-xfs-linux.h-after-sys-mman.h.patch \
13 file://0001-support-usrmerge.patch \ 13 file://0001-support-usrmerge.patch \
14 " 14 "
15SRC_URI[sha256sum] = "bc5c805596bc609a18dc1f1b4ed6a2821dba9f47408ec00e7799ceea1b2097f1" 15SRC_URI[sha256sum] = "e04017e46d43e4d54b9a560fd7cea922520f8f6ef882404969d20cd4e5c790e9"
16inherit autotools-brokensep 16inherit autotools-brokensep
17 17
18PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle" 18PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle"
19 19
20DEPENDS += "util-linux" 20DEPENDS += "util-linux libinih"
21 21
22RDEPENDS_${PN} = "${PN}-fsck ${PN}-mkfs ${PN}-repair" 22RDEPENDS_${PN} = "${PN}-fsck ${PN}-mkfs ${PN}-repair"
23 23