From a6764118606ddda243007eb3b2e009da917874f8 Mon Sep 17 00:00:00 2001
From: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Date: Sun, 17 Oct 2021 22:59:16 +0900
Subject: [PATCH] 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 <naoto.yamaguchi@aisin.co.jp>
Change-Id: I5b3b4013bfd7b0a69b1fa4680cf098e29f3019be
---
 meta-agl-lxc/recipes-demo/mominavi/mominavi_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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"
 
-- 
GitLab