diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-08 15:34:04 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-09 19:19:20 -0400 |
commit | fa1f7f7057241d314372a52695b9b7a4ce9a6639 (patch) | |
tree | ddceb791a63fc1b429ba60d42f543025597d618e | |
parent | 465ced17dbde9e20bb4eaa877ce94e9a77f48bf1 (diff) | |
download | meta-openembedded-fa1f7f7057241d314372a52695b9b7a4ce9a6639.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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb index aee2337267..3c55294498 100644 --- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb +++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.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 | ||