X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo%2Fhtml5-background%2Fhtml5-background_git.bb;h=792b04a85c12cd2b2903b20c3c99717981368c88;hb=f3e2bfbfb64222d1d80ac12f3e615ef5e392a842;hp=cf1dee119abcf72126c3e80e445830ac4badc38c;hpb=54346ef22702aa41531aaa0e6f662cc91fce4905;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/html5-background/html5-background_git.bb b/recipes-demo/html5-background/html5-background_git.bb index cf1dee119..792b04a85 100644 --- a/recipes-demo/html5-background/html5-background_git.bb +++ b/recipes-demo/html5-background/html5-background_git.bb @@ -1,4 +1,4 @@ -SUMMARY = "AGL HTML5 Homescreen" +SUMMARY = "AGL HTML5 Background" HOMEPAGE = "https://github.com/AGL-web-applications/background" SECTION = "apps" LICENSE = "Apache-2.0" @@ -9,17 +9,18 @@ S = "${WORKDIR}/git" B = "${WORKDIR}/build" SRC_URI = " \ - git://github.com/AGL-web-applications/background.git;protocol=https;branch=master \ + git://gerrit.automotivelinux.org/gerrit/apps/html5-background;protocol=https;branch=master \ file://webapps-html5-background.desktop \ " -SRCREV = "3b8dae349d428c0230b9885f86d421d43cda5638" +SRCREV = "7b796408f4ee1ca1b92a02445513d939079af46e" 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"