summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/html5-homescreen
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-06-02 12:49:23 -0400
committerScott Murray <scott.murray@konsulko.com>2020-06-02 12:49:23 -0400
commitd10bba5a6acebe22681a950b613fa8f1d4967980 (patch)
tree31ce185a9f07a146b4162a1366b24168fd9e14cb /recipes-demo-hmi/html5-homescreen
parent2de8cecd99bad51a5c1a7542a6dedf03cb0b2f6b (diff)
Update html5 widget recipes
Remove aglwgt task over-rides so that autobuild scripts will be used, and clean up DEPENDS definitions to match OE style recommendation. Bug-AGL: SPEC-2049, SPEC-3397 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I4cc54aa272060ec8130ea253164a99cd00ad5c44
Diffstat (limited to 'recipes-demo-hmi/html5-homescreen')
-rw-r--r--recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb12
1 files changed, 1 insertions, 11 deletions
diff --git a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb
index 68956263..37ca7073 100644
--- a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb
+++ b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb
@@ -10,16 +10,6 @@ S = "${WORKDIR}/git/"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "${AGL_APP_REVISION}"
-DEPENDS += " nodejs-native"
+DEPENDS = "nodejs-native"
inherit aglwgt
-
-do_configure() {
- cd ${B}
- npm install
-}
-
-do_aglwgt_package() {
- cd ${B}
- npm run build
-}