We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7a48a commit f58552cCopy full SHA for f58552c
meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb
@@ -0,0 +1,15 @@
1
+DESCRIPTION = "A popular statically typed mocking framework for C++14 and later"
2
+HOMEPAGE = "https://trompeloeil.github.io"
3
+LICENSE = "BSL-1.0"
4
+LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
5
+
6
+SRC_URI = "git://github.com/rollbear/trompeloeil.git;branch=main;protocol=https"
7
+SRCREV = "ad9bc41b1e01ae92802de59a12d19cf7c8683d6d"
8
9
+S = "${WORKDIR}/git"
10
11
+inherit cmake
12
13
+# Header-only library
14
+RDEPENDS:${PN}-dev = ""
15
+RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
0 commit comments