X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fnavigation%2Fpoiapp_git.bb;h=87263e109e33dbe30896fd861de284942465cf6b;hb=ae2d9caf2bc3b0a87bddbf0c2edeb8d5cb23d3b2;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..87263e109 100644 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -1,31 +1,20 @@ -LICENSE="GPLv2" -LIC_FILES_CHKSUM="file://LICENSE;md5=53633740548e7211116fc17bbe20aaf8" +SUMMARY = "AGL Reference POI application." +DESCRIPTION = "This application provides the function of destination search to AGL. It uses the API provided by AGL Reference Navigation. This application uses yelp WebAPI." +HOMEPAGE = "https://github.com/AGLExport/genivi-navi-yelp-client" +SECTION = "apps" -inherit cmake_qt5 pkgconfig +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200" -DEPENDS += " qtbase libdbus-c++ json-c \ +DEPENDS += "qtbase json-c libnaviapi-agl \ + qlibwindowmanager libhomescreen \ " -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 " +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/poi-yelp;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" -do_install_append() { - mkdir -p ${WORKDIR}/widget - install -m 0644 ${WORKDIR}/config.xml ${WORKDIR}/widget - install -m 0755 ${D}/usr/bin/yelp-client ${WORKDIR}/widget/poi - zip -ju ${WORKDIR}/widget/poi.wgt ${WORKDIR}/widget/poi ${WORKDIR}/widget/config.xml - - 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/ -} +inherit cmake_qt5 pkgconfig aglwgt -FILES_${PN} += " /usr/AGL/ces2017-demo/poi.wgt /usr/AGL/ces2017-demo/installNaviApps.sh " +RDEPENDS_${PN} = "qtbase"