From d10bba5a6acebe22681a950b613fa8f1d4967980 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 2 Jun 2020 12:49:23 -0400 Subject: Update html5 widget recipes Remove aglwgt task over-rides so that autobuild scripts will be used, and clean up DEPENDS definitions to match OE style recommendation. Bug-AGL: SPEC-2049, SPEC-3397 Signed-off-by: Scott Murray Change-Id: I4cc54aa272060ec8130ea253164a99cd00ad5c44 --- recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb') diff --git a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb index 68956263..37ca7073 100644 --- a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb @@ -10,16 +10,6 @@ S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -DEPENDS += " nodejs-native" +DEPENDS = "nodejs-native" inherit aglwgt - -do_configure() { - cd ${B} - npm install -} - -do_aglwgt_package() { - cd ${B} - npm run build -} -- cgit 1.2.3-korg