summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-protobuf_3.9.2.bb
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-03-09 21:57:29 +0000
committerKhem Raj <raj.khem@gmail.com>2020-03-10 18:21:23 -0700
commit558d321c46b20c212168fd7971108fb9e7591bc9 (patch)
tree90ac945208f36a3ee076cb7ef05f0e1261d964e3 /meta-python/recipes-devtools/python/python3-protobuf_3.9.2.bb
parent8b6cda142bc6687177708dc939d750fa76d43160 (diff)
downloadmeta-openembedded-558d321c46b20c212168fd7971108fb9e7591bc9.tar.gz
python3-protobuf: upgrade 3.9.2 -> 3.11.3
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-protobuf_3.9.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-protobuf_3.9.2.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.9.2.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.9.2.bb
deleted file mode 100644
index 30ea34e908..0000000000
--- a/meta-python/recipes-devtools/python/python3-protobuf_3.9.2.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1inherit setuptools3
2require python-protobuf.inc
3
4DEPENDS += "protobuf"
5DISTUTILS_BUILD_ARGS += "--cpp_implementation"
6DISTUTILS_INSTALL_ARGS += "--cpp_implementation"
7
8do_compile_prepend_class-native () {
9 export KOKORO_BUILD_NUMBER="1"
10}