diff options
| author | Trevor Woerner <twoerner@gmail.com> | 2018-05-24 14:45:30 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:56:19 -0700 |
| commit | 5009a6e631ddb6e6e5cdd860fadbf0350de0c2ba (patch) | |
| tree | 3ba1716a8a3ca31b76de1384e548449633710e6e /meta-networking/recipes-devtools | |
| parent | db30312d28db258a89b353a106927840ecd46c1c (diff) | |
| download | meta-openembedded-5009a6e631ddb6e6e5cdd860fadbf0350de0c2ba.tar.gz | |
grpc: variable cleanup
Reorder recipe variables according to:
https://www.openembedded.org/wiki/Styleguide
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 | 3 |
1 files changed, 1 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 6630b267db..3e44f99c16 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 | |||
| 4 | HOMEPAGE = "https://github.com/grpc/grpc" | 4 | HOMEPAGE = "https://github.com/grpc/grpc" |
| 5 | SECTION = "libs" | 5 | SECTION = "libs" |
| 6 | LICENSE = "Apache-2" | 6 | LICENSE = "Apache-2" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 7 | 8 | ||
| 8 | DEPENDS = "gflags c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl" | 9 | DEPENDS = "gflags c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl" |
| 9 | DEPENDS_append_class-target = " gtest grpc-native " | 10 | DEPENDS_append_class-target = " gtest grpc-native " |
| 10 | 11 | ||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 14 | SRCREV = "db68cb3652cc7697647e9934b5316d98a6ba04d1" | 13 | SRCREV = "db68cb3652cc7697647e9934b5316d98a6ba04d1" |
| 15 | BRANCH = "v1.8.x" | 14 | BRANCH = "v1.8.x" |
