diff options
| author | Tim Orling <ticotimo@gmail.com> | 2023-04-02 15:29:33 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-02 17:43:22 -0700 |
| commit | 306a92cdba0676446018cc3510b4f989747936f5 (patch) | |
| tree | 8c014af4eeb2afaeaa4e3c2bb0c917637a661233 /meta-oe | |
| parent | 77f4b570bf4faafebaf1525cd05f64402e194851 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-oe/recipes-support/cli11/cli11_2.3.2.bb | 3 |
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 b9ff914da4..7c6b2547cb 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 | ||
| 16 | do_configure:prepend() { | 16 | do_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 | ||
| 21 | inherit cmake | 21 | inherit cmake |
| 22 | inherit 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. |
| 25 | RDEPENDS:${PN}-dev = "" | 24 | RDEPENDS:${PN}-dev = "" |
