diff mbox series

[meta-python,kirkstone,11/13] python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM

Message ID 20240908171141.99382-11-niko.mauno@vaisala.com
State New
Headers show
Series [meta-python,kirkstone,01/13] python3-pybind11: Fix LICENSE | expand

Commit Message

Niko Mauno Sept. 8, 2024, 5:11 p.m. UTC
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>
---
 .../python/python3-googleapis-common-protos_1.56.0.bb           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 0a3547ee9..5d3640666 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"
 HOMEPAGE = "https://github.com/googleapis/python-api-common-protos"
 AUTHOR = "Google LLC"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 inherit pypi setuptools3