X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo-hmi%2Fnavigation%2Fnavigation_git.bb;h=33515285914025884b51060e396b8ef1adc1ea46;hb=e96aae7124dff2e42ebdd7eea6415817071b7831;hp=2bdd1cc0089e7846a88a7c54213cde4798230f73;hpb=172e617762aa1acb951e3543ae646451b2b87026;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/navigation/navigation_git.bb b/recipes-demo-hmi/navigation/navigation_git.bb index 2bdd1cc00..335152859 100755 --- a/recipes-demo-hmi/navigation/navigation_git.bb +++ b/recipes-demo-hmi/navigation/navigation_git.bb @@ -12,12 +12,11 @@ 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="3dc643168cfa8ea0028b53770351a1fa608265c1" +SRCREV="acbb9ea0678bd2f21f268000332a4786e87fb3f6" SRC_URI="git://github.com/AGLExport/gpsnavi.git;branch=agl \ - file://flite.in \ - file://jtalk.in \ file://download_mapdata_jp.sh \ file://download_mapdata_uk.sh \ " @@ -26,21 +25,17 @@ SRC_URI="git://github.com/AGLExport/gpsnavi.git;branch=agl \ SECURITY_CFLAGS = "" inherit autotools pkgconfig +inherit aglwgt S = "${WORKDIR}/git" -do_compile_prepend() { - cp ${WORKDIR}/flite.in ${S}/ - cp ${WORKDIR}/jtalk.in ${S}/ -} - do_install_append() { +# mapdata install scripts install -d ${D}/usr/AGL/apps - install -m 0644 ${B}/navigation.wgt ${D}/usr/AGL/apps/ install -m 0755 ${WORKDIR}/download_mapdata_jp.sh ${D}/usr/AGL/apps/ install -m 0755 ${WORKDIR}/download_mapdata_uk.sh ${D}/usr/AGL/apps/ install -d ${D}/var/mapdata } -FILES_${PN} += " /usr/AGL/apps/* /var/mapdata " +FILES_${PN} += " /usr/AGL/apps/*.sh /var/mapdata "