From 2c0031a81c9c3f27cabea5ca8c22a8fdfbba64c2 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Thu, 22 Aug 2019 11:33:13 +0900 Subject: python-protobuf: upgrade 3.9.0 -> 3.9.1 Signed-off-by: Yuan Chao Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb (limited to 'meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb new file mode 100644 index 0000000000..30ea34e908 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.9.1.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