X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fhtml5-homescreen%2Fhtml5-homescreen_git.bb;h=0fdd02be2907c92f539969813bb87db9cce50cde;hb=ced1786ad155b65038b16f0486bd726609498fbd;hp=1d5f14a4d0b9f42a195d03deccf37c1ae5d48b97;hpb=b56ab328259d18418d9c69b2906b45d390ce25a2;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..0fdd02be2 100644 --- a/recipes-demo/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo/html5-homescreen/html5-homescreen_git.bb @@ -17,9 +17,10 @@ SRCREV = "${AGL_APP_REVISION}" 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"