diff options
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.bb | 9 |
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 @@ | |||
1 | inherit setuptools3 | 1 | inherit setuptools3 |
2 | require python-protobuf.inc | 2 | require python-protobuf.inc |
3 | |||
4 | SRC_URI += "file://0001-Add-Python-3.7-compatibility-4862.patch" | ||
5 | DEPENDS += "protobuf" | ||
6 | DISTUTILS_BUILD_ARGS += "--cpp_implementation" | ||
7 | DISTUTILS_INSTALL_ARGS += "--cpp_implementation" | ||
8 | |||
9 | do_compile_prepend_class-native () { | ||
10 | export KOKORO_BUILD_NUMBER="1" | ||
11 | } | ||