* [meta-networking][master-next][PATCH 1/2] rely on cmake.bbclass to put cmake package files in dev package
@ 2018-05-20 2:40 Trevor Woerner
0 siblings, 0 replies; only message in thread
From: Trevor Woerner @ 2018-05-20 2:40 UTC (permalink / raw)
To: openembedded-devel
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>
---
meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb | 2 --
meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb | 1 -
2 files changed, 3 deletions(-)
diff --git a/meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb b/meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb
index 0883ec176b..e9491c45a9 100644
--- a/meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb
+++ b/meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb
@@ -31,6 +31,4 @@ EXTRA_OECMAKE = " \
-DBUILD_SHARED_LIBS=ON \
"
-FILES_${PN}-dev += "${libdir}/cmake"
-
BBCLASSEXTEND = "native"
diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb
index 70e497f5f0..defbeaa623 100644
--- a/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb
+++ b/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb
@@ -18,7 +18,6 @@ inherit cmake pkgconfig
PACKAGES =+ "${PN}-utils"
-FILES_${PN}-dev += "${libdir}/cmake"
FILES_${PN}-utils = "${bindir}"
BBCLASSEXTEND = "native"
--
2.17.0.582.gccdcbd54c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-20 2:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-20 2:40 [meta-networking][master-next][PATCH 1/2] rely on cmake.bbclass to put cmake package files in dev package Trevor Woerner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox