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-settings/html5-settings_git.bb | |
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-settings/html5-settings_git.bb')
-rw-r--r-- | recipes-demo-hmi/html5-settings/html5-settings_git.bb | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/recipes-demo-hmi/html5-settings/html5-settings_git.bb b/recipes-demo-hmi/html5-settings/html5-settings_git.bb index dea1ec35b..a167b1428 100644 --- a/recipes-demo-hmi/html5-settings/html5-settings_git.bb +++ b/recipes-demo-hmi/html5-settings/html5-settings_git.bb @@ -10,16 +10,6 @@ S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-settings;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 -} |