From: Marius Vlad Date: Tue, 22 Jun 2021 11:58:43 +0000 (+0200) Subject: wam_git: Add protobuf dependency for WAM X-Git-Tag: 12.90.1~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e82b00a13a62499fdbca9505daaa69b35bf2f77d;p=AGL%2Fmeta-agl-demo.git wam_git: Add protobuf dependency for WAM We're not currently using protobuf, but it would be of tremendous help if we are to be ready for the next integration phase which started to make use of it. Makes development much easier to do and it won't make such a big impact to have it early. Bug-AGL: SPEC-3967 Signed-off-by: Marius Vlad Change-Id: Ie35204a11a1f2e28c4fa3ce6566d17cc8c0421dd --- diff --git a/recipes-wam/wam/wam_git.bb b/recipes-wam/wam/wam_git.bb index d7245d931..9de8573fa 100644 --- a/recipes-wam/wam/wam_git.bb +++ b/recipes-wam/wam/wam_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca inherit cmake -DEPENDS = "glib-2.0 jsoncpp boost chromium84 libhomescreen" +DEPENDS = "glib-2.0 jsoncpp boost chromium84 libhomescreen protobuf protobuf-native" EXTRA_OECMAKE = "\ -DCMAKE_BUILD_TYPE=Release \