X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhtml5-settings%2Fhtml5-settings_git.bb;h=a167b14283687923ab21b90e2b6fb03da3616de9;hb=42d08e51ca4da79b3f8efd15aa6bfb234945f8ac;hp=dea1ec35b10975c8f3154563d80a6d942bfc1522;hpb=fe36156821cea7b32a5ae439c9e0a166a65c4068;p=AGL%2Fmeta-agl-demo.git 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 -}