X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fhtml5-launcher%2Fhtml5-launcher_git.bb;h=52d7077d6c2d736116563dffa57b7677f9186d38;hb=refs%2Fchanges%2F14%2F27414%2F4;hp=61899e4c9c359e768a14baf845cbac32596b593a;hpb=54346ef22702aa41531aaa0e6f662cc91fce4905;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/html5-launcher/html5-launcher_git.bb b/recipes-demo/html5-launcher/html5-launcher_git.bb index 61899e4c9..52d7077d6 100644 --- a/recipes-demo/html5-launcher/html5-launcher_git.bb +++ b/recipes-demo/html5-launcher/html5-launcher_git.bb @@ -1,4 +1,4 @@ -SUMMARY = "AGL HTML5 HVAC Application" +SUMMARY = "AGL HTML5 Launcher Application" HOMEPAGE = "https://git.automotivelinux.org/apps/html5-launcher/" SECTION = "apps" LICENSE = "Apache-2.0" @@ -9,17 +9,18 @@ S = "${WORKDIR}/git" B = "${WORKDIR}/build" SRC_URI = " \ - git://gerrit.automotivelinux.org/gerrit/apps/html5-launcher;protocol=https;branch=${AGL_BRANCH} \ + git://gerrit.automotivelinux.org/gerrit/apps/html5-launcher;protocol=https;branch=master \ file://launcher.desktop \ " -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "cb6b66c3bd94a6ab18cad3ad87c827d4f7e623e9" 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} = "launcher" -RDEPENDS_${PN} = "applaunchd" \ No newline at end of file +RDEPENDS_${PN} = "applaunchd"