aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-08-09 20:03:24 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-13 13:21:04 +0200
commitc1dcc40915d9ea7433881f4b47b7d838800ea626 (patch)
tree168023f8998c84a65a4be87d1c5279eea14e1777
parent1fa9c44ea3c1aea18ff7c44821305c14d6f12cb6 (diff)
downloadmeta-openembedded-contrib-c1dcc40915d9ea7433881f4b47b7d838800ea626.tar.gz
rapidjson: avoid dependency to non-existing package
RapidJSON is a header only library. The automatic package split leads to no 'rapidjson' package but a 'rapidjson-dev' package with a dependency to the 'rapidjson' package, leading to errors like: * Solver encountered 1 problem(s): * Problem 1/1: * - nothing provides rapidjson = 1.1.0+git0+e5635fb27f-r0 needed by rapidjson-dev-1.1.0+git0+e5635fb27f-r0.core2-64 Clear rapidjson-dev dependencies. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb1
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
# RapidJSON is a header-only C++ library, so the main package will be empty.
FILES_${PN}-dev += "${libdir}/cmake"
+RDEPENDS_${PN}-dev = ""
BBCLASSEXTEND = "native nativesdk"