diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-03-11 17:32:27 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-03-29 00:02:01 +0200 |
commit | 81d3ade34f35d56d2ea3aed3f711f355786d38ab (patch) | |
tree | 05c151f0e90f497f884f6ca0c5df6bf66a7a81d5 /recipes-demo | |
parent | b66ecfce64806986d49a012caea396d4cc657fd0 (diff) |
html5-launcher_git: Remove autobuild script builds
Bug-AGL: SPEC-4295
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Icd6b09cdf57b40be6c7ebd11c527036240f248eb
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/html5-launcher/html5-launcher_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-demo/html5-launcher/html5-launcher_git.bb b/recipes-demo/html5-launcher/html5-launcher_git.bb index 4fa36eda9..5c17a4ce8 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" |