X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhtml5-settings%2Fhtml5-settings_git.bb;fp=recipes-demo-hmi%2Fhtml5-settings%2Fhtml5-settings_git.bb;h=a167b14283687923ab21b90e2b6fb03da3616de9;hb=d10bba5a6acebe22681a950b613fa8f1d4967980;hp=dea1ec35b10975c8f3154563d80a6d942bfc1522;hpb=2de8cecd99bad51a5c1a7542a6dedf03cb0b2f6b;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 -}