summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-demo-hmi/html5-mixer/html5-mixer_git.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb b/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb
index babef57c..09fa249b 100644
--- a/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb
+++ b/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb
@@ -13,13 +13,3 @@ SRCREV = "${AGL_APP_REVISION}"
DEPENDS += " nodejs-native"
inherit aglwgt
-
-do_configure() {
- cd ${B}
- npm install
-}
-
-do_aglwgt_package() {
- cd ${B}
- npm run build
-}