diff options
author | Trevor Woerner <twoerner@gmail.com> | 2018-05-24 09:43:36 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 09:12:20 -0700 |
commit | 108f7703a32a4d0a782a71c6ae46a648b16a8c53 (patch) | |
tree | a28359b57ae0f032a195bb6f58c3e853d25eb98c /meta-networking/recipes-devtools | |
parent | d2760faf828b16d65805f1eae8794c4af62eb01f (diff) | |
download | meta-openembedded-108f7703a32a4d0a782a71c6ae46a648b16a8c53.tar.gz |
grpc: 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-networking/recipes-devtools')
-rw-r--r-- | meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb | 2 |
1 files changed, 0 insertions, 2 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 a0c943d114..6630b267db 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 = " \ | |||
31 | -DBUILD_SHARED_LIBS=ON \ | 31 | -DBUILD_SHARED_LIBS=ON \ |
32 | " | 32 | " |
33 | 33 | ||
34 | FILES_${PN}-dev += "${libdir}/cmake" | ||
35 | |||
36 | BBCLASSEXTEND = "native" | 34 | BBCLASSEXTEND = "native" |