diff options
author | Lorenzo Tilve <ltilve@igalia.com> | 2020-05-29 13:05:33 +0200 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-06-02 16:48:14 +0000 |
commit | 2de8cecd99bad51a5c1a7542a6dedf03cb0b2f6b (patch) | |
tree | 3c94803c782e39f33b9cb3943f7e1f7139cfbe3c /recipes-demo-hmi/html5-mixer/html5-mixer_git.bb | |
parent | 9a452f28730b8f560d47b33a8a2d19fdd399bf2c (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/html5-mixer/html5-mixer_git.bb')
-rw-r--r-- | recipes-demo-hmi/html5-mixer/html5-mixer_git.bb | 10 |
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 babef57c8..09fa249b7 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 -} |