From: Marius Vlad Date: Fri, 11 Mar 2022 15:32:27 +0000 (+0200) Subject: html5-launcher_git: Remove autobuild script builds X-Git-Tag: 13.91.0~69 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=fdadccd28a38eb9aae90f2871fbd901ac73613c2;p=AGL%2Fmeta-agl-demo.git html5-launcher_git: Remove autobuild script builds Bug-AGL: SPEC-4295 Signed-off-by: Marius Vlad Change-Id: Icd6b09cdf57b40be6c7ebd11c527036240f248eb --- diff --git a/recipes-demo/html5-launcher/html5-launcher_git.bb b/recipes-demo/html5-launcher/html5-launcher_git.bb index 61899e4c9..5c70fd771 100644 --- a/recipes-demo/html5-launcher/html5-launcher_git.bb +++ b/recipes-demo/html5-launcher/html5-launcher_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} = "launcher" -RDEPENDS_${PN} = "applaunchd" \ No newline at end of file +RDEPENDS_${PN} = "applaunchd"