diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-grpcio.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-grpcio.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-grpcio.inc b/meta-python/recipes-devtools/python/python-grpcio.inc index 7d3675c455..c5762b26b2 100644 --- a/meta-python/recipes-devtools/python/python-grpcio.inc +++ b/meta-python/recipes-devtools/python/python-grpcio.inc | |||
@@ -17,8 +17,8 @@ RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \ | |||
17 | ${PYTHON_PN}-six \ | 17 | ${PYTHON_PN}-six \ |
18 | " | 18 | " |
19 | 19 | ||
20 | LICENSE = "BSD-3-Clause" | 20 | LICENSE = "Apache-2.0" |
21 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" | 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
22 | 22 | ||
23 | inherit pypi | 23 | inherit pypi |
24 | 24 | ||