From b42bc4fea687a591f0806c2e0f7807fcc1797033 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 16 Aug 2019 18:11:55 -0400 Subject: cli11: Remove dev pkg dep to main pkg cli11 is header-only and the main package is empty. Remove the dependency to cli11 from cli11-dev so cli11-dev can be included in an SDK via IMAGE_INSTALL, RDEPENDS, and the like. Signed-off-by: Brad Bishop Signed-off-by: Khem Raj --- meta-oe/recipes-support/cli11/cli11_1.8.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe/recipes-support/cli11') diff --git a/meta-oe/recipes-support/cli11/cli11_1.8.0.bb b/meta-oe/recipes-support/cli11/cli11_1.8.0.bb index b6a4341595..404545d5e7 100644 --- a/meta-oe/recipes-support/cli11/cli11_1.8.0.bb +++ b/meta-oe/recipes-support/cli11/cli11_1.8.0.bb @@ -17,3 +17,6 @@ inherit ptest EXTRA_OECMAKE += "-DCLANG_TIDY=OFF" DEPENDS += "boost" + +# cli11 is a header only C++ library, so the main package will be empty. +RDEPENDS_${PN}-dev = "" -- cgit 1.2.3-korg