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 Signed-off-by: Andre McCurdy <[email protected]> --- meta-oe/recipes-devtools/grpc/grpc_1.8.5.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.8.5.bb b/meta-oe/recipes-devtools/grpc/grpc_1.8.5.bb index 0883ec1..4b6028d 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.8.5.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.8.5.bb @@ -4,12 +4,11 @@ Provides gRPC libraries for multiple languages written on top of shared C core l HOMEPAGE = "https://github.com/grpc/grpc" SECTION = "libs" LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS = "gflags c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl" DEPENDS_append_class-target = " gtest grpc-native " -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - SRC_URI = "https://github.com/grpc/grpc/archive/v${PV}.tar.gz \ file://0001-CMakeLists.txt-Fix-libraries-installation-for-Linux.patch \ file://0004-CMakeLists.txt-Find-c-ares-in-target-sysroot-alone.patch \ @@ -31,6 +30,4 @@ EXTRA_OECMAKE = " \ -DBUILD_SHARED_LIBS=ON \ " -FILES_${PN}-dev += "${libdir}/cmake" - BBCLASSEXTEND = "native" -- 1.9.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
