diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-02-06 20:19:02 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-06 11:25:02 -0800 |
commit | 819da5c15d6bb78dc057d145c413880aa0807ce5 (patch) | |
tree | abb46482d26ac7953ebe78907cc906d987d5cd0e /meta-python | |
parent | 990b03b6165808cebe59886e4941bb86b05744e2 (diff) | |
download | meta-openembedded-819da5c15d6bb78dc057d145c413880aa0807ce5.tar.gz |
python3-grpcio: add missing license
LICENSE file contains 3 licenses, but recipe lists only 2.
Add the missing "Mozilla Public License Version 2.0".
License-Update: added missing license
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb index 26d7564590..8482240b68 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Google gRPC" | 1 | DESCRIPTION = "Google gRPC" |
2 | HOMEPAGE = "http://www.grpc.io/" | 2 | HOMEPAGE = "http://www.grpc.io/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "Apache-2.0 & BSD-3-Clause" | 4 | LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" |
6 | 6 | ||
7 | DEPENDS += "abseil-cpp c-ares openssl python3-protobuf re2 zlib" | 7 | DEPENDS += "abseil-cpp c-ares openssl python3-protobuf re2 zlib" |