X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fnavigation%2Fpoiapp_git.bb;h=7e60807426e0c27fd5d238b41a6bd7de17b93ebc;hb=847493e6b994e25c5936a9534e2e225f9e2a42ad;hp=2b670b366f92c9d24af2107bbc40c99f885ce0f4;hpb=3d30d3677aed9fc9932edc5f268b14c34c447fb1;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 2b670b366..7e6080742 100755 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -7,25 +7,14 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200" inherit cmake_qt5 pkgconfig +inherit aglwgt -DEPENDS += " qtbase libdbus-c++ json-c zip-native \ +DEPENDS += " qtbase libdbus-c++ json-c \ " -SRCREV="3e162a60c76dee1b4dede81db55e0fa6bae05433" -SRC_URI="git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ - file://config.xml \ -" +SRCREV = "b0e059007de776450c91c983a2bcac20414617e9" +SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ + " 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 - - install -d ${D}/usr/AGL/apps - install -m 0644 ${WORKDIR}/widget/poi.wgt ${D}/usr/AGL/apps/ -} - -FILES_${PN} += " /usr/AGL/apps/poi.wgt "