diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-14 13:37:30 -0400 | 
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-16 18:01:55 -0400 | 
| commit | fc7fb6fbaaf1b28c7ea4985507e5430f81a05332 (patch) | |
| tree | 9c29b55894ee3873059397c1f801f8ad1d316982 /recipes-devtools/go | |
| parent | 852ae69e2f953c903035ae49b282d2f655921cf7 (diff) | |
| download | meta-virtualization-fc7fb6fbaaf1b28c7ea4985507e5430f81a05332.tar.gz | |
grpc-go: update license to Apache-2.0
The LICENSE was incorrect in grpc-go. According to the LICENSE file,
it is Apache-2.0, so we update the recipe accordingly.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/go')
| -rw-r--r-- | recipes-devtools/go/grpc-go_git.bb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/recipes-devtools/go/grpc-go_git.bb b/recipes-devtools/go/grpc-go_git.bb index c52b5352..363e79dc 100644 --- a/recipes-devtools/go/grpc-go_git.bb +++ b/recipes-devtools/go/grpc-go_git.bb | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | DESCRIPTION = "The Go language implementation of gRPC. HTTP/2 based RPC" | 1 | DESCRIPTION = "The Go language implementation of gRPC. HTTP/2 based RPC" | 
| 2 | HOMEPAGE = "https://github.com/grpc/grpc-go" | 2 | HOMEPAGE = "https://github.com/grpc/grpc-go" | 
| 3 | SECTION = "devel/go" | 3 | SECTION = "devel/go" | 
| 4 | LICENSE = "BSD" | 4 | LICENSE = "Apache-2.0" | 
| 5 | LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=a4bad33881612090c6035d8393175996" | 5 | LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 
| 6 | 6 | ||
| 7 | SRCNAME = "grpc-go" | 7 | SRCNAME = "grpc-go" | 
| 8 | 8 | ||
