X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fhtml5-hvac%2Fhtml5-hvac_git.bb;h=9cf570976229fb66f31275b22a94123f0f428c7f;hb=refs%2Fchanges%2F56%2F27256%2F7;hp=85fed294f3dd96387ae9f94da0dde5e8bd2eac5c;hpb=00b91477d5d3aaedaa2d35ed96fffdf42a6ea14b;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/html5-hvac/html5-hvac_git.bb b/recipes-demo/html5-hvac/html5-hvac_git.bb index 85fed294f..9cf570976 100644 --- a/recipes-demo/html5-hvac/html5-hvac_git.bb +++ b/recipes-demo/html5-hvac/html5-hvac_git.bb @@ -12,14 +12,15 @@ SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-hvac;protocol=https;branch=${AGL_BRANCH} \ file://webapps-hvac.desktop \ " -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "45641bf053eade93cd3590b2286377869bb799cf" DEPENDS = "nodejs-native" do_compile() { - bldcmd=${S}/autobuild/agl/autobuild cd ${S} - $bldcmd build + rm -rf package node_modules package-lock.json + npm install + npm run build } WAM_APPLICATIONS_DIR="${libdir}/wam_apps" @@ -35,4 +36,4 @@ do_install() { FILES_${PN} = " \ ${WAM_APPLICATIONS_DIR}/${PN} \ ${APPLICATIONS_DIR} \ -" \ No newline at end of file +"