html5-mixer: remove recipe overrides to use autobuild script 83/24583/2
authorLorenzo Tilve <ltilve@igalia.com>
Fri, 29 May 2020 11:05:33 +0000 (13:05 +0200)
committerScott Murray <scott.murray@konsulko.com>
Tue, 2 Jun 2020 16:48:14 +0000 (16:48 +0000)
Bug-AGL: SPEC-3397

Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
Change-Id: I119af4b627f351dbbb2c4b97dafc8464804913a6

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
-}