From dd893a0097ad78d4251c960bae98370be5acd49a Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 7 Feb 2019 15:36:43 -0200 Subject: python-protobuf: Add nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-protobuf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg