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>
This commit is contained in:
Fabio Berton
2019-02-07 15:36:43 -02:00
committed by Khem Raj
parent d09996e63e
commit dd893a0097

View File

@@ -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"