mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
242 B
BlitzBasic
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"
|
|
}
|