diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-06-02 12:49:23 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-06-02 12:49:23 -0400 |
commit | d10bba5a6acebe22681a950b613fa8f1d4967980 (patch) | |
tree | 31ce185a9f07a146b4162a1366b24168fd9e14cb /recipes-demo-hmi/html5-mixer | |
parent | 2de8cecd99bad51a5c1a7542a6dedf03cb0b2f6b (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I4cc54aa272060ec8130ea253164a99cd00ad5c44
Diffstat (limited to 'recipes-demo-hmi/html5-mixer')
-rw-r--r-- | recipes-demo-hmi/html5-mixer/html5-mixer_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb b/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb index 09fa249b7..97b1195c8 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 |