From: Lorenzo Tilve Date: Fri, 29 May 2020 11:05:33 +0000 (+0200) Subject: html5-mixer: remove recipe overrides to use autobuild script X-Git-Tag: 9.99.1~10 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F24583%2F2;p=AGL%2Fmeta-agl-demo.git html5-mixer: remove recipe overrides to use autobuild script Bug-AGL: SPEC-3397 Signed-off-by: Lorenzo Tilve Change-Id: I119af4b627f351dbbb2c4b97dafc8464804913a6 --- 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 -}