diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-08-26 09:40:17 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-26 07:36:09 -0700 |
| commit | 81858aa811243d64072103ca2d3fa9caf7452233 (patch) | |
| tree | 5853c4e654fde1eccd6fceb578ff986c0dec1e27 /meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb | |
| parent | 85ad78184bc232bc4fe8dbe4d8ecbe481763d13f (diff) | |
| download | meta-openembedded-81858aa811243d64072103ca2d3fa9caf7452233.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb index 83e0a33c05..5539d19f68 100644 --- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb +++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "Common protobufs used in Google APIs" | 1 | 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 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 5 | 5 | ||
| 6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
| 7 | 7 | ||
