X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fnavigation%2Fpoiapp_git.bb;h=fece7302565d7b3a462d114b4740f0c430aad8fb;hb=a07554f5394a9315b2d2de1f82d5a952c9ce063e;hp=42707bab8c688d7deaa411755f8bd101745e1147;hpb=276f30ef24715c9c86a9b63e7406dd9a8cc93a0c;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb old mode 100644 new mode 100755 index 42707bab8..fece73025 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -1,29 +1,24 @@ -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" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200" inherit cmake_qt5 pkgconfig +inherit aglwgt -DEPENDS += " qtbase libdbus-c++ json-c \ +DEPENDS += " qtbase json-c libnaviapi-agl \ + af-binder qlibwindowmanager virtual/libhomescreen \ " -SRCREV="4e09ab88d0d97c59896ba66bf08a8e006e2af81a" -SRC_URI="git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=new-layout \ - file://config.xml \ -" +RDEPENDS_${PN} = " qtbase \ + " -RDEPENDS_${PN} = " navigation " +SRCREV = "ab3cd1147be02f439cf1aa6be55ae723671c844a" +SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ + " 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/ - -} - -FILES_${PN} += " /usr/AGL/ces2017-demo/poi.wgt "