summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/catch2/catch2_3.13.0.bb
diff options
context:
space:
mode:
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.bb23
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 @@
1DESCRIPTION = "A modern, C++-native, header-only, test framework for unit-tests, \
2TDD and BDD - using C++11, C++14, C++17 and later."
3HOMEPAGE = "https://github.com/catchorg/Catch2"
4LICENSE = "BSL-1.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
6
7SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}"
8SRCREV = "29c9844f688acb27c87338c39cd186ebfe41aa19"
9
10
11inherit cmake python3native
12
13do_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
20RDEPENDS:${PN}-dev = ""
21RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
22
23BBCLASSEXTEND = "native nativesdk"