There was an error while loading. Please reload this page.
1 parent 2389810 commit ddfd7ccCopy full SHA for ddfd7cc
1 file changed
…tos/recipes-test/catch3/catch3_3.12.0.bb …tos/recipes-test/catch3/catch3_3.15.0.bbmeta-protos/recipes-test/catch3/catch3_3.12.0.bb renamed to meta-protos/recipes-test/catch3/catch3_3.15.0.bb
@@ -2,8 +2,8 @@ require ${PN}.inc
2
3
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
4
5
-SRC_URI = "git://github.com/catchorg/Catch2.git;protocol=https;nobranch=1"
6
-SRCREV = "88abf9bf325c798c33f54f6b9220ef885b267f4f"
+SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}"
+SRCREV = "6ee0826dcae55ed1e06b2c5701981221e979e1e6"
7
8
inherit cmake
9
@@ -13,7 +13,8 @@ do_install:append() {
13
rm -rf ${D}${datadir}/Catch2
14
}
15
16
-ALLOW_EMPTY:${PN} = "1"
+RDEPENDS:${PN}-dev = ""
17
+RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
18
19
BBCLASSEXTEND = "native nativesdk"
20
0 commit comments