diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-10-17 22:59:16 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-17 15:43:58 +0000 |
commit | a6764118606ddda243007eb3b2e009da917874f8 (patch) | |
tree | 917d42832ab931718b4d6977299e259d17fa8cab /meta-agl-lxc/recipes-demo/mominavi | |
parent | 44d32c8910306ab189459339ba31c4b68aa2942e (diff) |
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
Diffstat (limited to 'meta-agl-lxc/recipes-demo/mominavi')
-rw-r--r-- | meta-agl-lxc/recipes-demo/mominavi/mominavi_git.bb | 4 |
1 files 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" |