From f84701bf72a41632abc8724210074bac510d0f5c Mon Sep 17 00:00:00 2001 From: Takashi Matsuzawa Date: Thu, 13 Jul 2017 16:05:29 +0900 Subject: 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 --- .../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" -- cgit 1.2.3-korg