diff options
author | Takashi Matsuzawa <tmatsuzawa@xevo.com> | 2017-07-13 16:05:29 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-17 13:48:14 +0000 |
commit | f84701bf72a41632abc8724210074bac510d0f5c (patch) | |
tree | c051109fa94a5d5e03bb32920320bad334ae60d0 /meta-oem-extra-libs/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | |
parent | 1c5f7580595f748c8b1054f174f15ec9d5c8d9c5 (diff) |
add nativesdk-protobuf to TOOLCHAIN_HOST_TASKdab_3.99.3dab/3.99.33.99.3
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/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend')
-rw-r--r-- | meta-oem-extra-libs/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 1 |
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" |