diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-08-17 16:39:15 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-19 09:58:56 -0700 |
commit | 8deb9e96df95372d72b6f682864c887ef39a4dba (patch) | |
tree | 60ca7fb2c09d9714c89a34f393cd4d1a8376311e /meta-oe/recipes-test/catch2 | |
parent | c207d6b5ab2ab360aec8e902e868f2845c500aa5 (diff) | |
download | meta-openembedded-8deb9e96df95372d72b6f682864c887ef39a4dba.tar.gz |
catch2: upgrade 2.13.6 -> 2.13.7
Fixes
* Added missing <iterator> include in benchmarking. (#2231)
* Fixed noexcept build with benchmarking enabled (#2235)
* Fixed build for compilers with C++17 support but without C++17 library support (#2195)
* JUnit only uses 3 decimal places when reporting durations (#2221)
* !mayfail tagged tests are now marked as skipped in JUnit reporter output (#2116)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test/catch2')
-rw-r--r-- | meta-oe/recipes-test/catch2/catch2_2.13.7.bb (renamed from meta-oe/recipes-test/catch2/catch2_2.13.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.6.bb b/meta-oe/recipes-test/catch2/catch2_2.13.7.bb index adfc03a16..3eda96c73 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.13.6.bb +++ b/meta-oe/recipes-test/catch2/catch2_2.13.7.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 = "5c88067bd339465513af4aec606bd2292f1b594a" | 9 | SRCREV = "c4e3767e265808590986d5db6ca1b5532a7f3d13" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||