agl-ivi-demo-platform-crosssdk: Add grpc-dev for crossdk 71/28571/1
authorMarius Vlad <marius.vlad@collabora.com>
Wed, 15 Mar 2023 09:37:30 +0000 (11:37 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Wed, 15 Mar 2023 09:42:27 +0000 (11:42 +0200)
This enables the SDK to build off applications, or services that make
use of gRPC.

Bug-AGL: SPEC-4721
Change-Id: I8f770580efd09dc1a50de839a8cc5126887303c3
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
recipes-platform/images/agl-ivi-demo-platform-crosssdk.bb

index 03bc3c4..c5f5d1d 100644 (file)
@@ -19,7 +19,8 @@ TOOLCHAIN_HOST_TASK:append = " nativesdk-perl-modules "
 # Add qtwaylandscanner to the SDK
 TOOLCHAIN_HOST_TASK:append = " nativesdk-qtwayland-tools "
 
-
+# add grpc for building natively for grpc_cpp_plugin
+TOOLCHAIN_HOST_TASK:append = " nativesdk-grpc nativesdk-grpc-dev "
 # Task do_populate_sdk and do_rootfs can't be exec simultaneously.
 # Both exec "createrepo" on the same directory, and so one of them
 # can failed (randomly).