[oe-commits] [meta-openembedded] 33/76: grpc: variable cleanup

git at git.openembedded.org git at git.openembedded.org
Wed May 30 02:18:53 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 5009a6e631ddb6e6e5cdd860fadbf0350de0c2ba
Author: Trevor Woerner <twoerner at gmail.com>
AuthorDate: Thu May 24 14:45:30 2018 -0400

    grpc: variable cleanup
    
    Reorder recipe variables according to:
    
    	https://www.openembedded.org/wiki/Styleguide
    
    Signed-off-by: Trevor Woerner <twoerner at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb | 3 +--
 1 file changed, 1 insertion(+), 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 6630b26..3e44f99 100644
--- a/meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb
+++ b/meta-networking/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"
-
 S = "${WORKDIR}/git"
 SRCREV = "db68cb3652cc7697647e9934b5316d98a6ba04d1"
 BRANCH = "v1.8.x"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list