diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-05-04 11:23:12 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-05 09:46:08 -0700 |
commit | 6fc58205384dcb53802782b562427a93f8cc8146 (patch) | |
tree | 9d960a7a8ba5f2e794a4b6164030d9cb0beae17d /meta-oe/recipes-test | |
parent | 7724eab259491cf283ed661d36e13ccfb1a3d653 (diff) | |
download | meta-openembedded-6fc58205384dcb53802782b562427a93f8cc8146.tar.gz |
catch2: Upgrade to 2.13.6
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test')
-rw-r--r-- | meta-oe/recipes-test/catch2/catch2_2.13.6.bb (renamed from meta-oe/recipes-test/catch2/catch2_2.13.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.4.bb b/meta-oe/recipes-test/catch2/catch2_2.13.6.bb index 21004726a2..fd677a3e38 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.13.4.bb +++ b/meta-oe/recipes-test/catch2/catch2_2.13.6.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "BSL-1.0" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x" | 8 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x" |
9 | SRCREV = "de6fe184a9ac1a06895cdd1c9b437f0a0bdf14ad" | 9 | SRCREV = "5c88067bd339465513af4aec606bd2292f1b594a" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||