summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/html5-homescreen
diff options
context:
space:
mode:
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
-}