X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo%2Fhtml5-homescreen%2Fhtml5-homescreen_git.bb;h=058e921e2dc0b138895763f506c5b1c8035f6335;hb=refs%2Fchanges%2F14%2F27414%2F4;hp=1d5f14a4d0b9f42a195d03deccf37c1ae5d48b97;hpb=54346ef22702aa41531aaa0e6f662cc91fce4905;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/html5-homescreen/html5-homescreen_git.bb b/recipes-demo/html5-homescreen/html5-homescreen_git.bb index 1d5f14a4d..058e921e2 100644 --- a/recipes-demo/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo/html5-homescreen/html5-homescreen_git.bb @@ -9,17 +9,18 @@ S = "${WORKDIR}/git" B = "${WORKDIR}/build" SRC_URI = " \ - git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=${AGL_BRANCH} \ + git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=master \ file://homescreen.service \ " -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "5c9e060c508ab5ea49241d3a88f86075d6dc39cf" 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" @@ -38,4 +39,4 @@ FILES_${PN} = " \ " RCONFLICTS_${PN} = "homescreen" -RDEPENDS_${PN} = "applaunchd html5-background" \ No newline at end of file +RDEPENDS_${PN} = "applaunchd html5-background"