From 6bbe67ca668369e2bf2685a2fb2d27d151dc8fc4 Mon Sep 17 00:00:00 2001
From: Takashi Matsuzawa <tmatsuzawa@xevo.com>
Date: Thu, 13 Jul 2017 16:05:29 +0900
Subject: [PATCH] add nativesdk-protobuf to TOOLCHAIN_HOST_TASK

Bug-AGL: SPEC-740

protobuf has protoc compiler which needed to be added to native sdk package

Update:

Fixed typo: cmake -> protobuf
(cmake is already taken care somewhere)

Change-Id: If6fe1fcc356617d257514b873dd3b8d6a854894c
Signed-off-by: Takashi Matsuzawa <tmatsuzawa@xevo.com>
---
 .../recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend  | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 meta-oem-extra-libs/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend

diff --git a/meta-oem-extra-libs/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/meta-oem-extra-libs/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
new file mode 100644
index 00000000..fd149082
--- /dev/null
+++ b/meta-oem-extra-libs/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
@@ -0,0 +1 @@
+RDEPENDS_${PN} =+ "nativesdk-protobuf"
-- 
2.16.6