summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-09-14 13:37:30 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-09-16 18:01:55 -0400
commitfc7fb6fbaaf1b28c7ea4985507e5430f81a05332 (patch)
tree9c29b55894ee3873059397c1f801f8ad1d316982 /recipes-devtools
parent852ae69e2f953c903035ae49b282d2f655921cf7 (diff)
downloadmeta-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')
-rw-r--r--recipes-devtools/go/grpc-go_git.bb4
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 @@
1DESCRIPTION = "The Go language implementation of gRPC. HTTP/2 based RPC" 1DESCRIPTION = "The Go language implementation of gRPC. HTTP/2 based RPC"
2HOMEPAGE = "https://github.com/grpc/grpc-go" 2HOMEPAGE = "https://github.com/grpc/grpc-go"
3SECTION = "devel/go" 3SECTION = "devel/go"
4LICENSE = "BSD" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=a4bad33881612090c6035d8393175996" 5LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7SRCNAME = "grpc-go" 7SRCNAME = "grpc-go"
8 8