diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 16 |
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" | |||
| 7 | DEPENDS += "${PYTHON_PN}-protobuf" | 7 | DEPENDS += "${PYTHON_PN}-protobuf" |
| 8 | 8 | ||
| 9 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" | 9 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" |
| 10 | SRC_URI_append_class-target = " file://ppc-boringssl-support.patch \ | 10 | SRC_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 | " |
| 15 | SRC_URI[sha256sum] = "1f79d8a24261e3c12ec3a6c25945ff799ae09874fd24815bc17c2dc37715ef6c" | 15 | SRC_URI[sha256sum] = "1f79d8a24261e3c12ec3a6c25945ff799ae09874fd24815bc17c2dc37715ef6c" |
| 16 | 16 | ||
| 17 | RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \ | 17 | RDEPENDS:${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 | ||
| 25 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" | 25 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" |
| 26 | 26 | ||
| 27 | BORING_SSL_PLATFORM_arm = "linux-arm" | 27 | BORING_SSL_PLATFORM:arm = "linux-arm" |
| 28 | BORING_SSL_PLATFORM_x86-64 = "linux-x86_64" | 28 | BORING_SSL_PLATFORM:x86-64 = "linux-x86_64" |
| 29 | BORING_SSL_PLATFORM ?= "unsupported" | 29 | BORING_SSL_PLATFORM ?= "unsupported" |
| 30 | export GRPC_BORING_SSL_PLATFORM = "${BORING_SSL_PLATFORM}" | 30 | export GRPC_BORING_SSL_PLATFORM = "${BORING_SSL_PLATFORM}" |
| 31 | 31 | ||
| 32 | BORING_SSL_x86-64 = "1" | 32 | BORING_SSL:x86-64 = "1" |
| 33 | BORING_SSL_arm = "1" | 33 | BORING_SSL:arm = "1" |
| 34 | BORING_SSL ?= "0" | 34 | BORING_SSL ?= "0" |
| 35 | export GRPC_BUILD_WITH_BORING_SSL_ASM = "${BORING_SSL}" | 35 | export GRPC_BUILD_WITH_BORING_SSL_ASM = "${BORING_SSL}" |
| 36 | 36 | ||
| 37 | GRPC_CFLAGS_append_toolchain-clang = " -fvisibility=hidden -fno-wrapv -fno-exceptions" | 37 | GRPC_CFLAGS:append:toolchain-clang = " -fvisibility=hidden -fno-wrapv -fno-exceptions" |
| 38 | export GRPC_PYTHON_CFLAGS = "${GRPC_CFLAGS}" | 38 | export GRPC_PYTHON_CFLAGS = "${GRPC_CFLAGS}" |
| 39 | 39 | ||
| 40 | CLEANBROKEN = "1" | 40 | CLEANBROKEN = "1" |
| @@ -44,4 +44,4 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 44 | CCACHE_DISABLE = "1" | 44 | CCACHE_DISABLE = "1" |
| 45 | 45 | ||
| 46 | # needs vdso support | 46 | # needs vdso support |
| 47 | COMPATIBLE_HOST_libc-musl_powerpc64le = "null" | 47 | COMPATIBLE_HOST:libc-musl:powerpc64le = "null" |
