diff options
| author | Sven Fischer <sven@leiderfischer.de> | 2024-06-14 00:29:51 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-14 10:23:13 -0700 |
| commit | f58552c0143819494b37e9d590dab77208bdb555 (patch) | |
| tree | f795e2c3d0eac23f34183eb7df8f9f627a60cace /meta-oe/recipes-test | |
| parent | 9c7a48afe0a348acdaf7740ca7cf4d00838ee779 (diff) | |
| download | meta-openembedded-f58552c0143819494b37e9d590dab77208bdb555.tar.gz | |
trompeloeil: new recipe
A thread-safe header-only mocking framework for C++11/14
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test')
| -rw-r--r-- | meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb b/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb new file mode 100644 index 0000000000..788a15dba2 --- /dev/null +++ b/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})" | ||
