Update html5 widget recipes
[AGL/meta-agl-demo.git] / recipes-demo-hmi / html5-dashboard / html5-dashboard_git.bb
index 534bd2d..ac87475 100644 (file)
@@ -10,16 +10,6 @@ S       = "${WORKDIR}/git/"
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-dashboard;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
-}