X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=blobdiff_plain;f=recipes-demo-hmi%2Fnavigation%2Fpoiapp_git.bb;h=87263e109e33dbe30896fd861de284942465cf6b;hp=9c9292b08f1aaef42e44f2473c886082eb804407;hb=8c8455f86f6ee8e9a40d163b260b60aea250b297;hpb=3cc80df78623edf03f7b203ff47828f77e5cf4cd diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb index 9c9292b08..87263e109 100644 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -6,20 +6,15 @@ SECTION = "apps" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200" -inherit cmake_qt5 pkgconfig -inherit aglwgt - -DEPENDS += " qtbase json-c libnaviapi-agl \ - af-binder qlibwindowmanager libhomescreen \ +DEPENDS += "qtbase json-c libnaviapi-agl \ + qlibwindowmanager libhomescreen \ " -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"