summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-09-13 18:15:40 +0800
committerKhem Raj <raj.khem@gmail.com>2022-09-13 09:55:02 -0700
commitb2c91b7b40ca773304dd8a71b15149a11e568a4f (patch)
treee19e9ed515fd5c849e87eaebd2b93f7152678a1f
parent0d29eaf9517d91ef921c6b42b31c75b875ee41f6 (diff)
downloadmeta-openembedded-b2c91b7b40ca773304dd8a71b15149a11e568a4f.tar.gz
xfstests: upgrade 2022.08.07 -> 2022.08.21
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-filesystems/recipes-utils/xfstests/xfstests_2022.08.21.bb (renamed from meta-filesystems/recipes-utils/xfstests/xfstests_2022.08.07.bb)13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.08.07.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.08.21.bb
index ba8b1a24e0..d8caa13ba8 100644
--- a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.08.07.bb
+++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.08.21.bb
@@ -4,14 +4,13 @@ LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=74274e8a218423e49eefdea80bc55038
4 4
5SRCREV_FORMAT = "xfstests_unionmount" 5SRCREV_FORMAT = "xfstests_unionmount"
6 6
7SRC_URI = "\ 7SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master;name=xfstests \
8 git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master;name=xfstests \ 8 git://github.com/amir73il/unionmount-testsuite.git;branch=master;protocol=https;name=unionmount;destsuffix=unionmount-testsuite \
9 git://github.com/amir73il/unionmount-testsuite.git;branch=master;protocol=https;name=unionmount;destsuffix=unionmount-testsuite \ 9 file://0001-Add-a-return-type-to-aio_rw.patch \
10 file://0001-Add-a-return-type-to-aio_rw.patch \ 10 file://0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch \
11 file://0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch \ 11 "
12"
13 12
14SRCREV_xfstests = "16ddbd1aee295f64695916cf3621aef57f1163ba" 13SRCREV_xfstests = "bf1ef26900eec3b028c1b0f55f65b3b233e47c56"
15SRCREV_unionmount = "e3825b16b46f4c4574a1a69909944c059835f914" 14SRCREV_unionmount = "e3825b16b46f4c4574a1a69909944c059835f914"
16 15
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"