mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
77f4b570bf
commit
306a92cdba
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user