diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2019-06-10 18:57:42 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-10 19:34:36 +0000 |
commit | b341690d2cf66dec6fed0c981bb91d9fdbd3050e (patch) | |
tree | 5208c042b3be42cb66a9cbc111d175d45a01f89c /recipes-demo-hmi/navigation/mapviewer_git.bb | |
parent | f1c9acb641af6555c438e887e4bbfc3567bcc5e3 (diff) |
mapviewer: Upgrade to thud
mapviewer has link error.
This error is same as navigation app at
5f5a1fb6ea4fd884040ef3175f478321651afeab in meta-agl-demo
Then we apply the same patch file to mapviewer.
Bug-AGL : SPEC-2420
Change-Id: Ibaad718ccd3995860294e2648e884af8ba3c01df
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Diffstat (limited to 'recipes-demo-hmi/navigation/mapviewer_git.bb')
-rwxr-xr-x | recipes-demo-hmi/navigation/mapviewer_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-demo-hmi/navigation/mapviewer_git.bb b/recipes-demo-hmi/navigation/mapviewer_git.bb index 06fea24f9..1922e7f19 100755 --- a/recipes-demo-hmi/navigation/mapviewer_git.bb +++ b/recipes-demo-hmi/navigation/mapviewer_git.bb @@ -15,7 +15,9 @@ DEPENDS = " \ RDEPENDS_${PN} = " navigation " SRCREV="2dfef5e9141ccb11f83d141c6a7dcbe0ecd49e84" -SRC_URI="git://github.com/AGLExport/mapviwer.git" +SRC_URI="git://github.com/AGLExport/mapviwer.git \ + file://0002-openssl-1.1-fixes.patch \ +" # To avoid C++ library link failure SECURITY_CFLAGS = "" |