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=d29c860197343eecf82634066fb39c982fe60264;hpb=c5dd94e5d5f6cf7a46d12e9d29825c119495f1cd;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 d29c86019..2f78c694a --- 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 libhomescreen \ +DEPENDS += "qtbase json-c libnaviapi-agl \ + qlibwindowmanager libhomescreen \ + libqtappfw \ " -RDEPENDS_${PN} = " qtbase \ - " - -SRCREV = "21b67b326181cd4280d1482e028126ae7ba4b680" -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"