X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo-hmi%2Fnavigation%2Fpoiapp_git.bb;h=2942bf07c7ddd5f44a8db412cc527ace4b94ba03;hb=fe1a76c8ed9c5f1627145bbaa0bfb9a69a4a61ea;hp=9c9292b08f1aaef42e44f2473c886082eb804407;hpb=a5e31b6d6b1b1c9256d1338da18d3e157e7a181e;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 9c9292b08..2942bf07c 100644 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -4,22 +4,18 @@ HOMEPAGE = "https://github.com/AGLExport/genivi-navi-yelp-client" SECTION = "apps" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4ee23c52855c222cba72583d301d2338" -inherit cmake_qt5 pkgconfig -inherit aglwgt - -DEPENDS += " qtbase json-c libnaviapi-agl \ - af-binder qlibwindowmanager libhomescreen \ +DEPENDS += "qtbase json-c \ + libhomescreen \ + libqtappfw \ " -RDEPENDS_${PN} = " qtbase \ - " - -SRCREV = "c2691cb265d9198542482a860f1df378e8c2708b" -SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ - file://0001-add-display-permission.patch \ - " +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/poi-yelp;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" +inherit cmake_qt5 pkgconfig aglwgt + +RDEPENDS_${PN} = "qtbase libqtappfw"