mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +00:00
python-protobuf: upgrade 3.9.0 -> 3.9.1
Signed-off-by: Yuan Chao <yuanc.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