mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
catch2: Upgrade to 3.x release series
It supports C++20 better and newer compilers e.g. clang19 works better with 3.x series. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
06eb303345
commit
02f2a297ea
|
|
@ -4,8 +4,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 = "182c910b4b63ff587a3440e08f84f70497e49a81"
|
||||
SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https"
|
||||
SRCREV = "4e8d92bf02f7d1c8006a0e7a5ecabd8e62d98502"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user