diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-08 17:11:39 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-09-22 10:16:14 -0400 |
| commit | e503eedb39ecc82d41d5ab84aca929f7e813f6f2 (patch) | |
| tree | 101e6fe466cbd29c029710a0bda34b3bd26876d4 /meta-python/recipes-devtools | |
| parent | 069f357dc3f7005beef0185967519301210044f5 (diff) | |
| download | meta-openembedded-e503eedb39ecc82d41d5ab84aca929f7e813f6f2.tar.gz | |
python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
Change the reference to the Apache-2.0 license containing LICENSE file
in the downloaded archive.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb index 0a3547ee97..5d3640666e 100644 --- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb +++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "Common protobufs used in Google APIs" | |||
| 2 | HOMEPAGE = "https://github.com/googleapis/python-api-common-protos" | 2 | HOMEPAGE = "https://github.com/googleapis/python-api-common-protos" |
| 3 | AUTHOR = "Google LLC" | 3 | AUTHOR = "Google LLC" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 6 | 6 | ||
| 7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
| 8 | 8 | ||
