meta-openembedded/meta-python/recipes-devtools/python/python3-protobuf_3.9.0.bb
Zang Ruochen c930c6fab4 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>
2019-07-15 08:00:06 -07:00

11 lines
242 B
BlitzBasic

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"
}