diff options
Diffstat (limited to 'meta-oe/recipes-test/catch2/catch2_3.13.0.bb')
| -rw-r--r-- | meta-oe/recipes-test/catch2/catch2_3.13.0.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_3.13.0.bb b/meta-oe/recipes-test/catch2/catch2_3.13.0.bb deleted file mode 100644 index c5d85ba302..0000000000 --- a/meta-oe/recipes-test/catch2/catch2_3.13.0.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "A modern, C++-native, header-only, test framework for unit-tests, \ | ||
| 2 | TDD and BDD - using C++11, C++14, C++17 and later." | ||
| 3 | HOMEPAGE = "https://github.com/catchorg/Catch2" | ||
| 4 | LICENSE = "BSL-1.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}" | ||
| 8 | SRCREV = "29c9844f688acb27c87338c39cd186ebfe41aa19" | ||
| 9 | |||
| 10 | |||
| 11 | inherit cmake python3native | ||
| 12 | |||
| 13 | do_install:append() { | ||
| 14 | rm ${D}${datadir}/Catch2/lldbinit | ||
| 15 | rm ${D}${datadir}/Catch2/gdbinit | ||
| 16 | rmdir ${D}${datadir}/Catch2/ | ||
| 17 | } | ||
| 18 | |||
| 19 | # Header-only library | ||
| 20 | RDEPENDS:${PN}-dev = "" | ||
| 21 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
