X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fhtml5-homescreen%2Fhtml5-homescreen_git.bb;h=6958d7b33c3d34b6c020e5f067724da8a7c61b61;hb=refs%2Fchanges%2F56%2F27256%2F7;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..6958d7b33 100644 --- a/recipes-demo/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo/html5-homescreen/html5-homescreen_git.bb @@ -12,14 +12,15 @@ SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=${AGL_BRANCH} \ file://homescreen.service \ " -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "21bd1dcdffeafa82948b969062f5221f6e8d480c" 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"