diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2021-02-20 10:13:33 -0600 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-21 23:37:54 -0800 |
commit | 07114e58a479a8f85db92ad34957f248f4fc1a0d (patch) | |
tree | 83063c7ee2ed75f5a60d2acc1e5c0e2131257913 /meta-oe | |
parent | 794959b6a330783f4036a5f3a5e996f1084b1574 (diff) | |
download | meta-openembedded-07114e58a479a8f85db92ad34957f248f4fc1a0d.tar.gz |
catch2: upgrade to 2.13.4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-test/catch2/catch2_2.13.4.bb (renamed from meta-oe/recipes-test/catch2/catch2_2.9.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb b/meta-oe/recipes-test/catch2/catch2_2.13.4.bb index 57fc935f7..21004726a 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb +++ b/meta-oe/recipes-test/catch2/catch2_2.13.4.bb | |||
@@ -5,8 +5,8 @@ HOMEPAGE = "https://github.com/catchorg/Catch2" | |||
5 | LICENSE = "BSL-1.0" | 5 | 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" | 8 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x" |
9 | SRCREV = "2c869e17e4803d30b3d5ca5b0d76387b9db97fa5" | 9 | SRCREV = "de6fe184a9ac1a06895cdd1c9b437f0a0bdf14ad" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||