summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi
diff options
context:
space:
mode:
authorLorenzo Tilve <ltilve@igalia.com>2020-05-29 13:05:33 +0200
committerScott Murray <scott.murray@konsulko.com>2020-06-02 16:48:14 +0000
commit2de8cecd99bad51a5c1a7542a6dedf03cb0b2f6b (patch)
tree3c94803c782e39f33b9cb3943f7e1f7139cfbe3c /recipes-demo-hmi
parent9a452f28730b8f560d47b33a8a2d19fdd399bf2c (diff)
html5-mixer: remove recipe overrides to use autobuild script
Bug-AGL: SPEC-3397 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> Change-Id: I119af4b627f351dbbb2c4b97dafc8464804913a6
Diffstat (limited to 'recipes-demo-hmi')
-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
-}