mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Using COMMON_LICENSE_DIR in LIC_FILES_CHKSUM of downloaded code is never the right thing to do, there must be some license information and that has to be checked instead. In several cases the claimed LICENSE was also incorrect. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
31 lines
904 B
PHP
31 lines
904 B
PHP
DESCRIPTION = "Google gRPC"
|
|
HOMEPAGE = "http://www.grpc.io/"
|
|
SECTION = "devel/python"
|
|
|
|
DEPENDS_append = "${PYTHON_PN}-protobuf"
|
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/python-grpcio:"
|
|
|
|
SRC_URI_append_class-target = " file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \
|
|
file://ppc-boringssl-support.patch \
|
|
file://riscv64_support.patch \
|
|
file://gettid.patch \
|
|
"
|
|
|
|
RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \
|
|
${PYTHON_PN}-setuptools \
|
|
${PYTHON_PN}-six \
|
|
"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
inherit pypi
|
|
|
|
SRC_URI[md5sum] = "188565f150f34d1927b87e014f0f4b73"
|
|
SRC_URI[sha256sum] = "2ddbca16c2e7b3f2ffc6e34c7cfa6886fb01de9f156ad3f77b72ad652d632097"
|
|
|
|
CLEANBROKEN = "1"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|