From 306a92cdba0676446018cc3510b4f989747936f5 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 2 Apr 2023 15:29:33 -0700 Subject: [PATCH] cli11: do not inherit ptest This recipe provides no run-ptest script. Signed-off-by: Tim Orling Signed-off-by: Khem Raj --- meta-oe/recipes-support/cli11/cli11_2.3.2.bb | 3 +-- 1 file changed, 1 insertion(+), 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" do_configure:prepend() { mkdir -p ${S}/tests/catch2 - cp ${DL_DIR}/catch.hpp ${S}/tests/catch2/catch.hpp + cp ${DL_DIR}/catch.hpp ${S}/tests/catch2/catch.hpp } inherit cmake -inherit ptest # cli11 is a header only C++ library, so the main package will be empty. RDEPENDS:${PN}-dev = ""