From: Naoto Yamaguchi Date: Sun, 17 Oct 2021 13:59:16 +0000 (+0900) Subject: Change map style in momnavi X-Git-Tag: 12.91.0~14 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F58%2F26858%2F8;p=AGL%2Fmeta-agl-devel.git Change map style in momnavi Existing mominavi use light map style. On the other hand, other app coloring is dark. This patch adjust mominavi map style with other apps. Bug-AGL: SPEC-4095 Signed-off-by: Naoto Yamaguchi Change-Id: I5b3b4013bfd7b0a69b1fa4680cf098e29f3019be --- diff --git a/meta-agl-lxc/recipes-demo/mominavi/mominavi_git.bb b/meta-agl-lxc/recipes-demo/mominavi/mominavi_git.bb index 5bd0d791..48ab6a85 100644 --- a/meta-agl-lxc/recipes-demo/mominavi/mominavi_git.bb +++ b/meta-agl-lxc/recipes-demo/mominavi/mominavi_git.bb @@ -15,11 +15,11 @@ DEPENDS = " \ PV = "0.2.0" -SRC_URI = "git://github.com/AGLExport/mominavi.git;protocol=https \ +SRC_URI = "git://github.com/AGLExport/mominavi.git;protocol=https;branch=master \ file://mominavi.service \ file://mominavi \ " -SRCREV = "b427b70ecbf474bdd3e0802b7bcf779e77e8d2ef" +SRCREV = "553776e75da02b27224748756da55d38b6c7241f" S = "${WORKDIR}/git"