From 1e0ec61f7a947549ec1f378c606b9554b87cae66 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Mon, 17 Jun 2019 12:23:05 +0200 Subject: python3-protobuf, python-protobuf: 3.6.1 -> 3.8.0 The patch for Python 3.7 compatibility is already in 3.8.0. Signed-off-by: Pascal Bach Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb (limited to 'meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb new file mode 100644 index 0000000000..30ea34e908 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb @@ -0,0 +1,10 @@ +inherit setuptools3 +require python-protobuf.inc + +DEPENDS += "protobuf" +DISTUTILS_BUILD_ARGS += "--cpp_implementation" +DISTUTILS_INSTALL_ARGS += "--cpp_implementation" + +do_compile_prepend_class-native () { + export KOKORO_BUILD_NUMBER="1" +} -- cgit v1.2.3-54-g00ecf