diff options
-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 | ||