From: Takashi Matsuzawa Date: Thu, 13 Jul 2017 07:05:29 +0000 (+0900) Subject: add nativesdk-protobuf to TOOLCHAIN_HOST_TASK X-Git-Tag: 4.99.1~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F10193%2F2;p=AGL%2Fmeta-agl-devel.git 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 --- 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"