From c930c6fab414a74f257d1fe66ae70672aea2cf6d Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 15 Jul 2019 13:53:56 +0800 Subject: python-protobuf: upgrade 3.8.0 -> 3.9.0 -Upgrade from python-protobuf_3.8.0.bb to python-protobuf_3.9.0.bb. -Upgrade from python3-protobuf_3.8.0.bb to python3-protobuf_3.9.0.bb. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-protobuf_3.9.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-protobuf_3.9.0.bb (limited to 'meta-python/recipes-devtools/python/python3-protobuf_3.9.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.9.0.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.9.0.bb new file mode 100644 index 0000000000..30ea34e908 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.9.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