diff options
-rw-r--r-- | meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb index 4cded07201..8ab35d224b 100644 --- a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb +++ b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | |||
@@ -21,5 +21,6 @@ EXTRA_OECMAKE += "-DRAPIDJSON_BUILD_DOC=OFF -DRAPIDJSON_BUILD_TESTS=OFF -DRAPIDJ | |||
21 | # RapidJSON is a header-only C++ library, so the main package will be empty. | 21 | # RapidJSON is a header-only C++ library, so the main package will be empty. |
22 | 22 | ||
23 | FILES_${PN}-dev += "${libdir}/cmake" | 23 | FILES_${PN}-dev += "${libdir}/cmake" |
24 | RDEPENDS_${PN}-dev = "" | ||
24 | 25 | ||
25 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |