mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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@fuzziesquirrel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
51799d2ce4
commit
b42bc4fea6
@ -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 = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user