aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/lua
stat options
Period:
Authors:

Commits per author per week (path 'meta-oe/recipes-devtools/lua')

AuthorW14 2024W15 2024W16 2024W17 2024Total
Total00000
on value='paule/libssh'>paule/libssh OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-protobuf_3.11.3.bb
blob: 30ea34e908044b807458373d287129b225f8a65b (plain)
1
2
3
4
5
6
7
8
9
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"
}