X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fnavigation%2Fpoiapp_git.bb;h=2f78c694aafc88c19f4f55d8f4883f36ee406d3c;hb=16dc0e94baa36041da0143b464cab8293e30d6b0;hp=4938984cd7e8cc6a2ed39f8fafb6b31c1ba4c8bd;hpb=7244b497b3aa3f1fcc4a6bf6adb0a2ea20218d18;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 4938984cd..2f78c694a 100644 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -6,18 +6,16 @@ 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 \ + qlibwindowmanager libhomescreen \ + libqtappfw \ " -RDEPENDS_${PN} = " qtbase libdbus-c++ json-c \ - " - -SRCREV = "b0e059007de776450c91c983a2bcac20414617e9" -SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ - " +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"