X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo-hmi%2Fnavigation%2Fpoiapp_git.bb;h=42707bab8c688d7deaa411755f8bd101745e1147;hb=refs%2Fchanges%2F73%2F7873%2F2;hp=45753660f7833e06bfa697b85e16de8754735621;hpb=e8b0dc607cff90d8a66d6172a3501698bd71ffa1;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb index 45753660f..42707bab8 100644 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -9,7 +9,6 @@ DEPENDS += " qtbase libdbus-c++ json-c \ SRCREV="4e09ab88d0d97c59896ba66bf08a8e006e2af81a" SRC_URI="git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=new-layout \ file://config.xml \ - file://installNaviApps.sh \ " RDEPENDS_${PN} = " navigation " @@ -25,7 +24,6 @@ do_install_append() { install -d ${D}/usr/AGL/ces2017-demo install -m 0644 ${WORKDIR}/widget/poi.wgt ${D}/usr/AGL/ces2017-demo/ - install -m 0755 ${WORKDIR}/installNaviApps.sh ${D}/usr/AGL/ces2017-demo/ } -FILES_${PN} += " /usr/AGL/ces2017-demo/poi.wgt /usr/AGL/ces2017-demo/installNaviApps.sh " +FILES_${PN} += " /usr/AGL/ces2017-demo/poi.wgt "