diff options
-rw-r--r-- | meta-oe/recipes-support/cli11/cli11_1.8.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
17 | 17 | ||
18 | EXTRA_OECMAKE += "-DCLANG_TIDY=OFF" | 18 | EXTRA_OECMAKE += "-DCLANG_TIDY=OFF" |
19 | DEPENDS += "boost" | 19 | DEPENDS += "boost" |
20 | |||
21 | # cli11 is a header only C++ library, so the main package will be empty. | ||
22 | RDEPENDS_${PN}-dev = "" | ||