[oe] [meta-oe][PATCH] cli11: Remove dev pkg dep to main pkg

Brad Bishop bradleyb at fuzziesquirrel.com
Fri Aug 16 22:11:55 UTC 2019


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 <bradleyb at fuzziesquirrel.com>
---
 meta-oe/recipes-support/cli11/cli11_1.8.0.bb | 3 +++
 1 file changed, 3 insertions(+)

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 = ""
-- 
2.21.0


More information about the Openembedded-devel mailing list