diff options
Diffstat (limited to 'meta-oe/recipes-test/trompeloeil/trompeloeil_v49.bb')
| -rw-r--r-- | meta-oe/recipes-test/trompeloeil/trompeloeil_v49.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/trompeloeil/trompeloeil_v49.bb b/meta-oe/recipes-test/trompeloeil/trompeloeil_v49.bb new file mode 100644 index 0000000000..adb3237621 --- /dev/null +++ b/meta-oe/recipes-test/trompeloeil/trompeloeil_v49.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 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;tag=${PV}" | ||
| 7 | SRCREV = "eaeb89c1ce9d354b0ba7eb921fd5712cdbd78adf" | ||
| 8 | |||
| 9 | |||
| 10 | inherit cmake | ||
| 11 | |||
| 12 | # Header-only library | ||
| 13 | RDEPENDS:${PN}-dev = "" | ||
| 14 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | ||
