diff options
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 = "" |