diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb | 10 |
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 @@ | |||
1 | DESCRIPTION = "Protocol Buffers" | 1 | DESCRIPTION = "Protocol Buffers" |
2 | HOMEPAGE = "https://developers.google.com/protocol-buffers/" | 2 | HOMEPAGE = "https://developers.google.com/protocol-buffers/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | 4 | # MIT license is from utf8_range although it's packaged without this information | |
5 | LICENSE = "BSD-3-Clause" | 5 | # https://github.com/protocolbuffers/protobuf/blob/main/third_party/utf8_range/LICENSE |
6 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d" | 6 | LICENSE = "BSD-3-Clause & MIT" |
7 | LIC_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 | ||
8 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
9 | SRC_URI[sha256sum] = "25b5d0b42fd000320bd7830b349e3b696435f3b329810427a6bcce6a5492cc5c" | 13 | SRC_URI[sha256sum] = "25b5d0b42fd000320bd7830b349e3b696435f3b329810427a6bcce6a5492cc5c" |