X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fwebapp-samples%2Fwebapp-samples.inc;h=8bc93f53e1d66e71575010e78fc7d470876ac4ae;hb=4ed1a0a0302cec13f12d3999466d62841c104402;hp=f2d61a092b65fcee4ac723139a1f33226aa84ef9;hpb=1f2eba7c64b20ef7753606edbe5afb6078334963;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/webapp-samples/webapp-samples.inc b/recipes-demo/webapp-samples/webapp-samples.inc index f2d61a092..8bc93f53e 100644 --- a/recipes-demo/webapp-samples/webapp-samples.inc +++ b/recipes-demo/webapp-samples/webapp-samples.inc @@ -7,20 +7,17 @@ B = "${WORKDIR}/build" SRC_URI = " \ git://github.com/AGL-web-applications/webapp-samples.git;protocol=https;branch=master \ - file://${DESKTOP_FILE} \ + file://${APPINFO_FILE} \ " SRCREV = "b24a62cc524bdec98a61acc03fc53cbab24c1571" WAM_APPLICATIONS_DIR="${libdir}/wam_apps" -APPLICATIONS_DIR="${datadir}/applications" do_install() { install -d ${D}${WAM_APPLICATIONS_DIR}/${PN} - install -d ${D}${APPLICATIONS_DIR} - install ${WORKDIR}/${DESKTOP_FILE} ${D}${APPLICATIONS_DIR} + install ${UNPACKDIR}/${APPINFO_FILE} ${D}${WAM_APPLICATIONS_DIR}/${PN}/appinfo.json } FILES:${PN} = " \ ${WAM_APPLICATIONS_DIR}/${PN} \ - ${APPLICATIONS_DIR} \ "