Skip to content

Commit ddfd7cc

Browse files
committed
Update Catch 3.15.0 and adapt Wrynose changes
1 parent 2389810 commit ddfd7cc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

meta-protos/recipes-test/catch3/catch3_3.12.0.bb renamed to meta-protos/recipes-test/catch3/catch3_3.15.0.bb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ require ${PN}.inc
22

33
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
44

5-
SRC_URI = "git://github.com/catchorg/Catch2.git;protocol=https;nobranch=1"
6-
SRCREV = "88abf9bf325c798c33f54f6b9220ef885b267f4f"
5+
SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}"
6+
SRCREV = "6ee0826dcae55ed1e06b2c5701981221e979e1e6"
77

88
inherit cmake
99

@@ -13,7 +13,8 @@ do_install:append() {
1313
rm -rf ${D}${datadir}/Catch2
1414
}
1515

16-
ALLOW_EMPTY:${PN} = "1"
16+
RDEPENDS:${PN}-dev = ""
17+
RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
1718

1819
BBCLASSEXTEND = "native nativesdk"
1920

0 commit comments

Comments
 (0)