mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-22 17:00:46 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user