mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python-protobuf: upgrade 3.9.1 -> 3.9.2
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