diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2017-12-14 16:14:47 +0900 |
---|---|---|
committer | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2017-12-14 16:17:59 +0900 |
commit | e642c4d05f7b8cd6b4c3ca166dd6cfd894208693 (patch) | |
tree | 9a580f295fa743f50a814b8189dc6613c37e73fa | |
parent | d84526e9cbc621eb24185beeaf2c20f91ef5b1d2 (diff) |
Fix BUG: meter map go to sea after navigation launch
Fix a bug in the map display of the meter for the CES demonstration.
This patch will change the SRCREV to fixed version.
Change-Id: I4e054a6a11e5af281c01027c251e78ff6935c2f1
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
-rwxr-xr-x[-rw-r--r--] | recipes-demo-hmi/navigation/mapviewer_git.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-demo-hmi/navigation/mapviewer_git.bb b/recipes-demo-hmi/navigation/mapviewer_git.bb index 0078f3a0f..06fea24f9 100644..100755 --- a/recipes-demo-hmi/navigation/mapviewer_git.bb +++ b/recipes-demo-hmi/navigation/mapviewer_git.bb @@ -1,3 +1,8 @@ +SUMMARY = "AGL meter demo application." +DESCRIPTION = "This application provides the function of Meter cluster to AGL. " +HOMEPAGE = "https://github.com/AGLExport/mapviwer" +SECTION = "apps" + LICENSE="GPLv2" LIC_FILES_CHKSUM="file://LICENSE;md5=3595e9c703a847d990664d2b396a9df0 \ file://COPYING;md5=947b2d60ca3872e172034438e9801200" @@ -9,7 +14,7 @@ DEPENDS = " \ RDEPENDS_${PN} = " navigation " -SRCREV="348edb91ab6ea94e0d60c5a1789e1e9c2ae961c6" +SRCREV="2dfef5e9141ccb11f83d141c6a7dcbe0ecd49e84" SRC_URI="git://github.com/AGLExport/mapviwer.git" # To avoid C++ library link failure |