summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-02-03 21:27:37 +0100
committerKhem Raj <raj.khem@gmail.com>2025-02-03 13:03:25 -0800
commita60b3e2b26daf71f266eef38f714e09fcf13c7f5 (patch)
tree4e4dbf956acdb88700319b5b874c1e55cfe60dbc /meta-python
parentec554daa6cb70f8fb5be7a8c05af290756c24894 (diff)
downloadmeta-openembedded-a60b3e2b26daf71f266eef38f714e09fcf13c7f5.tar.gz
python3-protobuf: add MIT to license
utf_range is MIT licensed. Although the LICENSE file is not distributed in python protobuf, this can be read in c++ protobuf recipe where all files are present. 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-protobuf_4.25.3.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb b/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
index b92f91b714..032a28963d 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
@@ -1,9 +1,13 @@
1DESCRIPTION = "Protocol Buffers" 1DESCRIPTION = "Protocol Buffers"
2HOMEPAGE = "https://developers.google.com/protocol-buffers/" 2HOMEPAGE = "https://developers.google.com/protocol-buffers/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4 4# MIT license is from utf8_range although it's packaged without this information
5LICENSE = "BSD-3-Clause" 5# https://github.com/protocolbuffers/protobuf/blob/main/third_party/utf8_range/LICENSE
6LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d" 6LICENSE = "BSD-3-Clause & MIT"
7LIC_FILES_CHKSUM = " \
8 file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d \
9 file://utf8_range/utf8_range.h;beginline=1;endline=2;md5=f05b3ef36cc354d7134597075a1af64f \
10"
7 11
8inherit pypi setuptools3 12inherit pypi setuptools3
9SRC_URI[sha256sum] = "25b5d0b42fd000320bd7830b349e3b696435f3b329810427a6bcce6a5492cc5c" 13SRC_URI[sha256sum] = "25b5d0b42fd000320bd7830b349e3b696435f3b329810427a6bcce6a5492cc5c"