Skip to content

Commit

Permalink
rapidjson: Allow empty package
Browse files Browse the repository at this point in the history
Causes the empty base package to be created so that RapidJSON can be
sanely included in an SDK via IMAGE_INSTALL, RDEPENDS, and the like.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
JPEWdev authored and kraj committed Nov 2, 2018
1 parent 60f3d46 commit 7163946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb
Expand Up @@ -18,6 +18,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.

RDEPENDS_${PN}-dev = ""
ALLOW_EMPTY_${PN} = "1"

BBCLASSEXTEND = "native nativesdk"

0 comments on commit 7163946

Please sign in to comment.