[meta-oe] [PATCH] catch2: upgrade 2.13.7 -> 3.0.1
wangmy
Signed-off-by: Wang Mingyu <wangmy@...>
--- .../recipes-test/catch2/{catch2_2.13.7.bb => catch2_3.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-test/catch2/{catch2_2.13.7.bb => catch2_3.0.1.bb} (82%) diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb b/meta-oe/recipes-test/catch2/catch2_3.0.1.bb similarity index 82% rename from meta-oe/recipes-test/catch2/catch2_2.13.7.bb rename to meta-oe/recipes-test/catch2/catch2_3.0.1.bb index ed50f659d..c6fd36806 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb +++ b/meta-oe/recipes-test/catch2/catch2_3.0.1.bb @@ -5,8 +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;branch=v2.x;protocol=https" -SRCREV = "c4e3767e265808590986d5db6ca1b5532a7f3d13" +SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https" +SRCREV = "605a34765aa5d5ecbf476b4598a862ada971b0cc" S = "${WORKDIR}/git" -- 2.25.1 |
|