summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2022-03-11 17:29:58 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-03-29 14:37:36 +0000
commitb56ab328259d18418d9c69b2906b45d390ce25a2 (patch)
treeef722859ef465480a1e93150b5db04668b34531f
parent81d3ade34f35d56d2ea3aed3f711f355786d38ab (diff)
html5-background_git: Remove autobuild script builds
Bug-AGL: SPEC-4295 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I47c60dc0eff9138f024a73acb74d18a38fb192e1 (cherry picked from commit b44514b059fd751138da7453ea4c138572fdab23)
-rw-r--r--recipes-demo/html5-background/html5-background_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-demo/html5-background/html5-background_git.bb b/recipes-demo/html5-background/html5-background_git.bb
index cf1dee11..798417b7 100644
--- a/recipes-demo/html5-background/html5-background_git.bb
+++ b/recipes-demo/html5-background/html5-background_git.bb
@@ -17,9 +17,10 @@ SRCREV = "3b8dae349d428c0230b9885f86d421d43cda5638"
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"