X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fnavigation%2Fpoiapp_git.bb;h=a17979b627fd5006f66bcdf5635abe4f232af7a9;hb=refs%2Ftags%2Fguppy%2F7.0.4;hp=c6fa5d09408ab9c7c7eda82c20676d28e84dd497;hpb=9d5cdefb681c34131e5cca9b8be1fb350ac2f2bf;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 c6fa5d094..a17979b62 100755 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -7,25 +7,18 @@ 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 \ + af-binder qlibwindowmanager 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 - zip -ju ${WORKDIR}/widget/poi.wgt ${WORKDIR}/widget/poi ${WORKDIR}/widget/config.xml +SRCREV = "c2691cb265d9198542482a860f1df378e8c2708b" +SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ + " - install -d ${D}/usr/AGL/apps - install -m 0644 ${WORKDIR}/widget/poi.wgt ${D}/usr/AGL/apps/ -} +S = "${WORKDIR}/git" -FILES_${PN} += " /usr/AGL/apps/poi.wgt "