summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb
index 781d1dc4da..9b0668a02b 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb
@@ -1,2 +1,11 @@
1inherit setuptools3 1inherit setuptools3
2require python-protobuf.inc 2require python-protobuf.inc
3
4SRC_URI += "file://0001-Add-Python-3.7-compatibility-4862.patch"
5DEPENDS += "protobuf"
6DISTUTILS_BUILD_ARGS += "--cpp_implementation"
7DISTUTILS_INSTALL_ARGS += "--cpp_implementation"
8
9do_compile_prepend_class-native () {
10 export KOKORO_BUILD_NUMBER="1"
11}