diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-07-15 13:53:56 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-07-15 08:00:06 -0700 |
| commit | c930c6fab414a74f257d1fe66ae70672aea2cf6d (patch) | |
| tree | 9c5b976dfb9b398983b312ee88b6447e048331b3 /meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb | |
| parent | e71751bf3cd209f07b986bb2c6289902546d3666 (diff) | |
| download | meta-openembedded-c930c6fab414a74f257d1fe66ae70672aea2cf6d.tar.gz | |
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 <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb deleted file mode 100644 index 30ea34e908..0000000000 --- a/meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 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 | } | ||
