diff options
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 = "" |
