diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-03-11 16:47:28 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-03-29 14:38:41 +0000 |
commit | ced1786ad155b65038b16f0486bd726609498fbd (patch) | |
tree | ceeb3f38edc10058a05d2d6d7087e863045d50ac /recipes-demo | |
parent | b56ab328259d18418d9c69b2906b45d390ce25a2 (diff) |
html5-homescreen_git: Remove autobuild script buildsmarlin_13.0.0marlin/13.0.013.0.0
Bug-AGL: SPEC-4295
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Id819f3282d4b82ec985c94484cfe24a008e22106
(cherry picked from commit d5be36be695d8ec7f8f5de01cca432621ca8e01f)
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/html5-homescreen/html5-homescreen_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-demo/html5-homescreen/html5-homescreen_git.bb b/recipes-demo/html5-homescreen/html5-homescreen_git.bb index 1d5f14a4d..0fdd02be2 100644 --- a/recipes-demo/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo/html5-homescreen/html5-homescreen_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} = "homescreen" -RDEPENDS_${PN} = "applaunchd html5-background"
\ No newline at end of file +RDEPENDS_${PN} = "applaunchd html5-background" |