From: Naoto Yamaguchi Date: Fri, 28 Jul 2017 14:28:42 +0000 (+0900) Subject: Hotfix : Correct navigation dependency X-Git-Tag: 4.0.1~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=cfd1dedb898e7aa3b43962318cd804f7cb2f6049;p=AGL%2Fmeta-agl-demo.git Hotfix : Correct navigation dependency Currently, the dependency of navigation is broken. libdbusC++ is not installed. We will implement provisional response for DD. Change-Id: If29fffdd2279ccbe852632b3495cf9a951e46874 Signed-off-by: Naoto Yamaguchi --- diff --git a/recipes-demo-hmi/navigation/navigation_git.bb b/recipes-demo-hmi/navigation/navigation_git.bb index 70afe97e9..bc62ef408 100644 --- a/recipes-demo-hmi/navigation/navigation_git.bb +++ b/recipes-demo-hmi/navigation/navigation_git.bb @@ -12,7 +12,8 @@ DEPENDS = " \ wayland libdbus-c++ af-main \ " -RDEPENDS_${PN} = " flite openjtalk " +RDEPENDS_${PN} = " flite openjtalk glib-2.0 freetype sqlite3 wayland zlib expat openssl \ + wayland libdbus-c++ af-main " SRCREV="c6403c1147fa53cd6a638f738d270c5d3bb214cf" SRC_URI="git://github.com/AGLExport/gpsnavi.git;branch=agl \ diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb old mode 100755 new mode 100644 index 7e6080742..4938984cd --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -12,6 +12,9 @@ inherit aglwgt DEPENDS += " qtbase libdbus-c++ json-c \ " +RDEPENDS_${PN} = " qtbase libdbus-c++ json-c \ + " + SRCREV = "b0e059007de776450c91c983a2bcac20414617e9" SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ "