diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-06 22:22:58 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-06 22:53:24 -0700 |
commit | 8d7a59a813eb07ec0ea493304e991424b5da6a4f (patch) | |
tree | f367298ec7acb7ebde84441d6f1fbd464d7b1378 | |
parent | f7ae5c6dca35f12150e87cbebcd9ce2e563ea50f (diff) | |
download | meta-openembedded-8d7a59a813eb07ec0ea493304e991424b5da6a4f.tar.gz |
xfstests: Upgrade to v2022.07.10
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-filesystems/recipes-utils/xfstests/xfstests_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_git.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_git.bb index 868fa0330f..a6fc89d606 100644 --- a/meta-filesystems/recipes-utils/xfstests/xfstests_git.bb +++ b/meta-filesystems/recipes-utils/xfstests/xfstests_git.bb | |||
@@ -9,8 +9,8 @@ SRC_URI = "\ | |||
9 | 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 \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRCREV_xfstests = "37881397f1aa62df3c63468049c80b301b0e89eb" | 12 | SRCREV_xfstests = "47ed066309716c73a97fff9b7f557f72d90bffb4" |
13 | SRCREV_unionmount = "cec4c51a3bf8ba80bb99fc74b302749d4e3d2f1d" | 13 | SRCREV_unionmount = "e3825b16b46f4c4574a1a69909944c059835f914" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||