Skip to content

Commit ee9332f

Browse files
committed
Update Catch 3.11.0 and enable -fPIC
1 parent be41775 commit ee9332f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

meta-protos/recipes-test/catch3/catch3_3.10.0.bb renamed to meta-protos/recipes-test/catch3/catch3_3.11.0.bb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ require ${PN}.inc
33
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
44

55
SRC_URI = "git://github.com/catchorg/Catch2.git;protocol=https;nobranch=1"
6-
SRCREV = "25319fd3047c6bdcf3c0170e76fa526c77f99ca9"
6+
SRCREV = "b3fb4b9feafcd8d91c5cb510a4775143fdbef02f"
77

88
S = "${WORKDIR}/git"
99

1010
inherit cmake
1111

12+
EXTRA_OECMAKE += "-DCMAKE_POSITION_INDEPENDENT_CODE=ON"
13+
1214
do_install:append() {
1315
rm -rf ${D}${datadir}/Catch2
1416
}

0 commit comments

Comments
 (0)