summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cli11/cli11_2.3.2.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2023-04-02 15:29:33 -0700
committerKhem Raj <raj.khem@gmail.com>2023-04-02 17:43:22 -0700
commit306a92cdba0676446018cc3510b4f989747936f5 (patch)
tree8c014af4eeb2afaeaa4e3c2bb0c917637a661233 /meta-oe/recipes-support/cli11/cli11_2.3.2.bb
parent77f4b570bf4faafebaf1525cd05f64402e194851 (diff)
downloadmeta-openembedded-306a92cdba0676446018cc3510b4f989747936f5.tar.gz
cli11: do not inherit ptest
This recipe provides no run-ptest script. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/cli11/cli11_2.3.2.bb')
-rw-r--r--meta-oe/recipes-support/cli11/cli11_2.3.2.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/cli11/cli11_2.3.2.bb b/meta-oe/recipes-support/cli11/cli11_2.3.2.bb
index b9ff914da..7c6b2547c 100644
--- a/meta-oe/recipes-support/cli11/cli11_2.3.2.bb
+++ b/meta-oe/recipes-support/cli11/cli11_2.3.2.bb
@@ -15,11 +15,10 @@ S = "${WORKDIR}/git"
15 15
16do_configure:prepend() { 16do_configure:prepend() {
17 mkdir -p ${S}/tests/catch2 17 mkdir -p ${S}/tests/catch2
18 cp ${DL_DIR}/catch.hpp ${S}/tests/catch2/catch.hpp 18 cp ${DL_DIR}/catch.hpp ${S}/tests/catch2/catch.hpp
19} 19}
20 20
21inherit cmake 21inherit cmake
22inherit ptest
23 22
24# cli11 is a header only C++ library, so the main package will be empty. 23# cli11 is a header only C++ library, so the main package will be empty.
25RDEPENDS:${PN}-dev = "" 24RDEPENDS:${PN}-dev = ""