mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user