From 2de8cecd99bad51a5c1a7542a6dedf03cb0b2f6b Mon Sep 17 00:00:00 2001 From: Lorenzo Tilve Date: Fri, 29 May 2020 13:05:33 +0200 Subject: [PATCH] html5-mixer: remove recipe overrides to use autobuild script Bug-AGL: SPEC-3397 Signed-off-by: Lorenzo Tilve Change-Id: I119af4b627f351dbbb2c4b97dafc8464804913a6 --- recipes-demo-hmi/html5-mixer/html5-mixer_git.bb | 10 ---------- 1 file changed, 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 -} -- 2.16.6