diff options
| author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-09 21:57:29 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-03-10 18:21:23 -0700 |
| commit | 558d321c46b20c212168fd7971108fb9e7591bc9 (patch) | |
| tree | 90ac945208f36a3ee076cb7ef05f0e1261d964e3 /meta-python/recipes-devtools/python/python3-protobuf_3.11.3.bb | |
| parent | 8b6cda142bc6687177708dc939d750fa76d43160 (diff) | |
| download | meta-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.11.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-protobuf_3.11.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.11.3.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.11.3.bb new file mode 100644 index 0000000000..30ea34e908 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.11.3.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-protobuf.inc | ||
| 3 | |||
| 4 | DEPENDS += "protobuf" | ||
| 5 | DISTUTILS_BUILD_ARGS += "--cpp_implementation" | ||
| 6 | DISTUTILS_INSTALL_ARGS += "--cpp_implementation" | ||
| 7 | |||
| 8 | do_compile_prepend_class-native () { | ||
| 9 | export KOKORO_BUILD_NUMBER="1" | ||
| 10 | } | ||
