Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
owners-plugin-test
/
2eda1a371b06865fd2d4d84af3de14440e3bafa3
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python3-protobuf_3.9.2.bb
blob: 30ea34e908044b807458373d287129b225f8a65b [
file
] [
log
] [
blame
]
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"
}