mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
852ae69e2f
commit
fc7fb6fbaa
|
@ -1,8 +1,8 @@
|
||||||
DESCRIPTION = "The Go language implementation of gRPC. HTTP/2 based RPC"
|
DESCRIPTION = "The Go language implementation of gRPC. HTTP/2 based RPC"
|
||||||
HOMEPAGE = "https://github.com/grpc/grpc-go"
|
HOMEPAGE = "https://github.com/grpc/grpc-go"
|
||||||
SECTION = "devel/go"
|
SECTION = "devel/go"
|
||||||
LICENSE = "BSD"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=a4bad33881612090c6035d8393175996"
|
LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||||
|
|
||||||
SRCNAME = "grpc-go"
|
SRCNAME = "grpc-go"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user