diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb new file mode 100644 index 0000000000..30ea34e908 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.8.0.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-protobuf.inc | ||
| 3 | |||
| 4 | DEPENDS += "protobuf" | ||
| 5 | DISTUTILS_BUILD_ARGS += "--cpp_implementation" | ||
| 6 | DISTUTILS_INSTALL_ARGS += "--cpp_implementation" | ||
| 7 | |||
| 8 | do_compile_prepend_class-native () { | ||
| 9 | export KOKORO_BUILD_NUMBER="1" | ||
| 10 | } | ||
