summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Matsuzawa <tmatsuzawa@xevo.com>2017-09-15 12:12:59 +0900
committerTakashi Matsuzawa <tmatsuzawa@xevo.com>2017-09-15 12:17:27 +0900
commit9a58b814a852f6b761b22f5c8f41cb8489dae628 (patch)
tree6dd3075fcdad74c1b572c8fc443d22f8379ea047
parent75ea816ddab97e9004b2a1592b45f0b7c96e34e7 (diff)
re-add protoc to sdk
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>
-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"