There was an error while loading. Please reload this page.
1 parent be41775 commit ee9332fCopy full SHA for ee9332f
1 file changed
…tos/recipes-test/catch3/catch3_3.10.0.bb …tos/recipes-test/catch3/catch3_3.11.0.bbmeta-protos/recipes-test/catch3/catch3_3.10.0.bb renamed to meta-protos/recipes-test/catch3/catch3_3.11.0.bb
@@ -3,12 +3,14 @@ require ${PN}.inc
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 = "25319fd3047c6bdcf3c0170e76fa526c77f99ca9"
+SRCREV = "b3fb4b9feafcd8d91c5cb510a4775143fdbef02f"
7
8
S = "${WORKDIR}/git"
9
10
inherit cmake
11
12
+EXTRA_OECMAKE += "-DCMAKE_POSITION_INDEPENDENT_CODE=ON"
13
+
14
do_install:append() {
15
rm -rf ${D}${datadir}/Catch2
16
}
0 commit comments