summaryrefslogtreecommitdiffstats
path: root/meta-oem-extra-libs
diff options
context:
space:
mode:
authorTakashi Matsuzawa <tmatsuzawa@xevo.com>2017-07-13 16:05:29 +0900
committerTakashi Matsuzawa <tmatsuzawa@xevo.com>2017-07-13 17:55:48 +0900
commit6bbe67ca668369e2bf2685a2fb2d27d151dc8fc4 (patch)
tree0705034afdf0442536429bb6097aec098a090c3b /meta-oem-extra-libs
parent66359c5b0849c3e4ebdfe8e69ee74bb873b73da6 (diff)
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>
Diffstat (limited to 'meta-oem-extra-libs')
-rw-r--r--meta-oem-extra-libs/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend1
1 files changed, 1 insertions, 0 deletions
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"