aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-08-22 11:33:13 +0900
committerKhem Raj <raj.khem@gmail.com>2019-08-24 04:31:45 -0700
commit2c0031a81c9c3f27cabea5ca8c22a8fdfbba64c2 (patch)
tree6a6655101de9b301c41324b9333469ca62e47b7c /meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb
parent064e8f428fbf1efc4f0c79c24c024bc7f42d98fb (diff)
downloadmeta-openembedded-contrib-2c0031a81c9c3f27cabea5ca8c22a8fdfbba64c2.tar.gz
python-protobuf: upgrade 3.9.0 -> 3.9.1
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb10
1 files changed, 10 insertions, 0 deletions
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"
+}