[oe-commits] [meta-openembedded] 11/14: cli11: Remove dev pkg dep to main pkg

git at git.openembedded.org git at git.openembedded.org
Sat Aug 17 14:05:37 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit b42bc4fea687a591f0806c2e0f7807fcc1797033
Author: Brad Bishop <bradleyb at fuzziesquirrel.com>
AuthorDate: Fri Aug 16 18:11:55 2019 -0400

    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 <bradleyb at fuzziesquirrel.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.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 b6a4341..404545d 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 = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list