X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo%2Fnavigation%2Fpoiapp_git.bb;h=55d1142d85db810e97a62e32d24d8b47c073f38f;hb=e89376af34201168a3e8d3fe72258b587edb7d71;hp=2942bf07c7ddd5f44a8db412cc527ace4b94ba03;hpb=41591d4f8c586aa801220fac0924556f406c58bd;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/navigation/poiapp_git.bb b/recipes-demo/navigation/poiapp_git.bb index 2942bf07c..55d1142d8 100644 --- a/recipes-demo/navigation/poiapp_git.bb +++ b/recipes-demo/navigation/poiapp_git.bb @@ -6,10 +6,12 @@ SECTION = "apps" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=4ee23c52855c222cba72583d301d2338" -DEPENDS += "qtbase json-c \ - libhomescreen \ - libqtappfw \ - " +DEPENDS = " \ + qtbase \ + json-c \ + libhomescreen \ + libqtappfw \ +" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/poi-yelp;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" @@ -18,4 +20,4 @@ S = "${WORKDIR}/git" inherit cmake_qt5 pkgconfig aglwgt -RDEPENDS_${PN} = "qtbase libqtappfw" +RDEPENDS_${PN} = "qtbase libqtappfw"