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-mixer/html5-mixer_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-demo-hmi/html5-mixer') diff --git a/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb b/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb index 09fa249b..97b1195c 100644 --- a/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb +++ b/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb @@ -10,6 +10,6 @@ S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-mixer;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -DEPENDS += " nodejs-native" +DEPENDS = "nodejs-native" inherit aglwgt -- cgit 1.2.3-korg