html5-mixer: remove recipe overrides to use autobuild script
[AGL/meta-agl-demo.git] / recipes-demo-hmi / html5-mixer / html5-mixer_git.bb
index babef57..09fa249 100644 (file)
@@ -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
-}