X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhtml5-homescreen%2Fhtml5-homescreen_git.bb;fp=recipes-demo-hmi%2Fhtml5-homescreen%2Fhtml5-homescreen_git.bb;h=37ca7073765a6e14e5a83545cb68d51b61f3b704;hb=d10bba5a6acebe22681a950b613fa8f1d4967980;hp=68956263f6863aa2ccf6696d7fa6758afe2c32c2;hpb=2de8cecd99bad51a5c1a7542a6dedf03cb0b2f6b;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb index 68956263f..37ca70737 100644 --- a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb @@ -10,16 +10,6 @@ S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;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 -}