X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo-hmi%2Fnavigation%2Fpoiapp_git.bb;h=c6fa5d09408ab9c7c7eda82c20676d28e84dd497;hb=9d5cdefb681c34131e5cca9b8be1fb350ac2f2bf;hp=02a0fa0d4a7c829f47c621eb2ff9b60b2010c509;hpb=2b0029244a4abee48ac42b0d28d25eacff07e26c;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 02a0fa0d4..c6fa5d094 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -1,18 +1,21 @@ -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 DEPENDS += " qtbase libdbus-c++ json-c \ " -SRCREV="4e09ab88d0d97c59896ba66bf08a8e006e2af81a" -SRC_URI="git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=new-layout \ +SRCREV="3e162a60c76dee1b4dede81db55e0fa6bae05433" +SRC_URI="git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ file://config.xml \ " -RDEPENDS_${PN} = " navigation " - S = "${WORKDIR}/git" do_install_append() {