aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2019-02-07 15:36:43 -0200
committerKhem Raj <raj.khem@gmail.com>2019-02-07 10:07:48 -0800
commitdd893a0097ad78d4251c960bae98370be5acd49a (patch)
treef4875816d99fc6acffade4c0a7b116498ecd002d /meta-python/recipes-devtools
parentd09996e63eb704b7367f78bf387a9351d4761702 (diff)
downloadmeta-openembedded-dd893a0097ad78d4251c960bae98370be5acd49a.tar.gz
python-protobuf: Add nativesdk to BBCLASSEXTEND
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-protobuf.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-protobuf.inc b/meta-python/recipes-devtools/python/python-protobuf.inc
index b617904d2d..51037915d3 100644
--- a/meta-python/recipes-devtools/python/python-protobuf.inc
+++ b/meta-python/recipes-devtools/python/python-protobuf.inc
@@ -28,4 +28,4 @@ RDEPENDS_${PN} += " \
"
# For usage in other recipies when compiling protobuf files (e.g. by grpcio-tools)
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"