X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fnavigation%2Fpoiapp_git.bb;h=b8db9ac93e53db658f6e12f5e8af71545ac56a84;hb=9c2527139b1d2447b6c6eece2052860cd5166547;hp=d408428beb1d583fe12bf05514375c4a5ac9a335;hpb=0eab0a2af137af1b69cd69862c58d2b51f2e63bd;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 100755 new mode 100644 index d408428be..b8db9ac93 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -6,19 +6,16 @@ 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 virtual/libhomescreen \ +DEPENDS += "qtbase json-c \ + qlibwindowmanager libhomescreen \ + libqtappfw \ " -RDEPENDS_${PN} = " qtbase \ - " - -SRCREV = "572ea70bc75830a4de11a7f8795f8935f65b29ea" -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"