catch2: upgrade 3.7.0 -> 3.7.1

ChangeLog:
https://github.com/catchorg/Catch2/releases/tag/v3.7.1

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2024-09-28 17:33:54 +08:00 committed by Khem Raj
parent 6163c3c9b0
commit 1a6683bf47
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -5,7 +5,7 @@ LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https"
SRCREV = "31588bb4f56b638dd5afc28d3ebff9b9dcefb88d"
SRCREV = "fa43b77429ba76c462b1898d6cd2f2d7a9416b14"
S = "${WORKDIR}/git"
@ -16,6 +16,7 @@ do_install:append() {
rm ${D}${datadir}/Catch2/gdbinit
rmdir ${D}${datadir}/Catch2/
}
# Header-only library
RDEPENDS:${PN}-dev = ""
RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"