X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhtml5-mixer%2Fhtml5-mixer_git.bb;h=97b1195c8f53046ed98c142a42dc85b6892de602;hb=54285fa7ac9cf3af85d07af4b9f8cc6bf0d01cac;hp=babef57c8d1d236f94fc4cf65ab295821b88ec7c;hpb=383abf8322acf90fbb56551eb8eefaef1854d8d4;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb b/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb index babef57c8..97b1195c8 100644 --- a/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb +++ b/recipes-demo-hmi/html5-mixer/html5-mixer_git.bb @@ -10,16 +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 - -do_configure() { - cd ${B} - npm install -} - -do_aglwgt_package() { - cd ${B} - npm run build -}