X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fnavigation%2Fpoiapp_git.bb;h=d408428beb1d583fe12bf05514375c4a5ac9a335;hb=cb15065f8938fcc9fd060bb114ceae85cd580d5c;hp=3bdac9ea83c76757d6d5f609dabde7e8a46946fd;hpb=7bb3630d56eaf54bbb59bfac22ddca695f8d9dcd;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 3bdac9ea8..d408428be 100755 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -9,22 +9,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200" inherit cmake_qt5 pkgconfig inherit aglwgt -DEPENDS += " qtbase libdbus-c++ json-c zip-native \ +DEPENDS += " qtbase json-c libnaviapi-agl \ + af-binder qlibwindowmanager virtual/libhomescreen \ " -SRCREV="3e162a60c76dee1b4dede81db55e0fa6bae05433" -SRC_URI="git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ - file://config.xml \ -" +RDEPENDS_${PN} = " qtbase \ + " -S = "${WORKDIR}/git" - -do_install_append() { - mkdir -p ${WORKDIR}/widget - install -m 0644 ${WORKDIR}/config.xml ${WORKDIR}/widget - install -m 0755 ${D}/usr/bin/yelp-client ${WORKDIR}/widget/poi +SRCREV = "572ea70bc75830a4de11a7f8795f8935f65b29ea" +SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ + " - mkdir -p ${B}/package - zip -ju ${B}/package/poi.wgt ${WORKDIR}/widget/poi ${WORKDIR}/widget/config.xml +S = "${WORKDIR}/git" -}