summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Matsuzawa <tmatsuzawa@xevo.com>2017-09-15 12:12:59 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-09-19 13:07:12 +0000
commite8ab955800ff06d71428d0c0bd3ac6e2ffe39ecc (patch)
tree785fc0df3fd884d446caea45aa022c79a7e101c8
parentaff7892a9784bcb33aaee5da07091de2b8672c88 (diff)
Bug-AGL: SPEC-889 OE recipe for protobuf now splitted into runtime and compiler. protoc won't be added to sdk unless we explicity add -dev package to the image. Change-Id: I6c4acac8f57230a389320ba650fd2e2a2cf9963f Signed-off-by: Takashi Matsuzawa <tmatsuzawa@xevo.com> (cherry picked from commit 9a58b814a852f6b761b22f5c8f41cb8489dae628)
-rw-r--r--meta-oem-extra-libs/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend2
1 files changed, 1 insertions, 1 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
index fd149082..33ca38ae 100644
--- 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
@@ -1 +1 @@
-RDEPENDS_${PN} =+ "nativesdk-protobuf"
+RDEPENDS_${PN} =+ "nativesdk-protobuf-dev"