From b40263b948ae6f7e52ee5d8e00479d36f9f75b81 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Mon, 16 Sep 2019 01:43:13 +0200 Subject: [PATCH] catch2: update to 2.9.2 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../catch2/{catch2_2.7.2.bb => catch2_2.9.2.bb} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-oe/recipes-test/catch2/{catch2_2.7.2.bb => catch2_2.9.2.bb} (83%) diff --git a/meta-oe/recipes-test/catch2/catch2_2.7.2.bb b/meta-oe/recipes-test/catch2/catch2_2.9.2.bb similarity index 83% rename from meta-oe/recipes-test/catch2/catch2_2.7.2.bb rename to meta-oe/recipes-test/catch2/catch2_2.9.2.bb index b5c8573296..57fc935f77 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.7.2.bb +++ b/meta-oe/recipes-test/catch2/catch2_2.9.2.bb @@ -5,10 +5,8 @@ HOMEPAGE = "https://github.com/catchorg/Catch2" LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" -SRC_URI = "git://github.com/catchorg/Catch2.git \ - " -# v2.7.2 -SRCREV = "7c37501b070c0e9ea9cdedbeac2059f0a6b0a8ab" +SRC_URI = "git://github.com/catchorg/Catch2.git" +SRCREV = "2c869e17e4803d30b3d5ca5b0d76387b9db97fa5" S = "${WORKDIR}/git"