summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb
index 3af033d966..cbc8ce95fc 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb
@@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
7DEPENDS += "${PYTHON_PN}-protobuf" 7DEPENDS += "${PYTHON_PN}-protobuf"
8 8
9SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" 9SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch"
10SRC_URI_append_class-target = " file://ppc-boringssl-support.patch \ 10SRC_URI:append:class-target = " file://ppc-boringssl-support.patch \
11 file://boring_ssl.patch \ 11 file://boring_ssl.patch \
12 file://mips_bigendian.patch \ 12 file://mips_bigendian.patch \
13 file://0001-absl-always-use-asm-sgidefs.h.patch \ 13 file://0001-absl-always-use-asm-sgidefs.h.patch \
14" 14"
15SRC_URI[sha256sum] = "1f79d8a24261e3c12ec3a6c25945ff799ae09874fd24815bc17c2dc37715ef6c" 15SRC_URI[sha256sum] = "1f79d8a24261e3c12ec3a6c25945ff799ae09874fd24815bc17c2dc37715ef6c"
16 16
17RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \ 17RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \
18 ${PYTHON_PN}-setuptools \ 18 ${PYTHON_PN}-setuptools \
19 ${PYTHON_PN}-six \ 19 ${PYTHON_PN}-six \
20" 20"
@@ -24,17 +24,17 @@ inherit pypi
24 24
25export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" 25export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1"
26 26
27BORING_SSL_PLATFORM_arm = "linux-arm" 27BORING_SSL_PLATFORM:arm = "linux-arm"
28BORING_SSL_PLATFORM_x86-64 = "linux-x86_64" 28BORING_SSL_PLATFORM:x86-64 = "linux-x86_64"
29BORING_SSL_PLATFORM ?= "unsupported" 29BORING_SSL_PLATFORM ?= "unsupported"
30export GRPC_BORING_SSL_PLATFORM = "${BORING_SSL_PLATFORM}" 30export GRPC_BORING_SSL_PLATFORM = "${BORING_SSL_PLATFORM}"
31 31
32BORING_SSL_x86-64 = "1" 32BORING_SSL:x86-64 = "1"
33BORING_SSL_arm = "1" 33BORING_SSL:arm = "1"
34BORING_SSL ?= "0" 34BORING_SSL ?= "0"
35export GRPC_BUILD_WITH_BORING_SSL_ASM = "${BORING_SSL}" 35export GRPC_BUILD_WITH_BORING_SSL_ASM = "${BORING_SSL}"
36 36
37GRPC_CFLAGS_append_toolchain-clang = " -fvisibility=hidden -fno-wrapv -fno-exceptions" 37GRPC_CFLAGS:append:toolchain-clang = " -fvisibility=hidden -fno-wrapv -fno-exceptions"
38export GRPC_PYTHON_CFLAGS = "${GRPC_CFLAGS}" 38export GRPC_PYTHON_CFLAGS = "${GRPC_CFLAGS}"
39 39
40CLEANBROKEN = "1" 40CLEANBROKEN = "1"
@@ -44,4 +44,4 @@ BBCLASSEXTEND = "native nativesdk"
44CCACHE_DISABLE = "1" 44CCACHE_DISABLE = "1"
45 45
46# needs vdso support 46# needs vdso support
47COMPATIBLE_HOST_libc-musl_powerpc64le = "null" 47COMPATIBLE_HOST:libc-musl:powerpc64le = "null"