diff options
author | Trevor Woerner <twoerner@gmail.com> | 2018-05-24 10:38:44 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 09:15:05 -0700 |
commit | fa7d5a3c0ec5d6ad1f51ab41fd44b21de60327c9 (patch) | |
tree | 2a3170ed793e9e9826f1be45520c8df003b34094 /meta-oe/recipes-devtools | |
parent | bcf384e4733ea30d16e94de9c0ce93aa509861a4 (diff) | |
download | meta-openembedded-fa7d5a3c0ec5d6ad1f51ab41fd44b21de60327c9.tar.gz |
rapidjson: rely on cmake.bbclass to put cmake package files in dev package
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and
${datadir}/cmake end up in the dev package, so recipes no longer need to
provide custom packaging rules to handles these files.
http://git.openembedded.org/openembedded-core/commit/?id=d91dc4666683a96e9d03cbbd21b8a546f9069c93
Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb index 8ab35d224..069385d5b 100644 --- a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb +++ b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | |||
@@ -20,7 +20,6 @@ EXTRA_OECMAKE += "-DRAPIDJSON_BUILD_DOC=OFF -DRAPIDJSON_BUILD_TESTS=OFF -DRAPIDJ | |||
20 | 20 | ||
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" | ||
24 | RDEPENDS_${PN}-dev = "" | 23 | RDEPENDS_${PN}-dev = "" |
25 | 24 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |