X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhtml5-mediaplayer%2Fhtml5-mediaplayer_git.bb;h=a87b9bcf4160b275e92ae7ffdc164c03a2c5a72c;hb=71b67feb1933cd34bba7492d73ee4391f764f9d1;hp=2b14376695c994e843a9a5d7f4d3a19d2fbb7edf;hpb=21459a102cf0212bbfa6647a246ff8d6d64479ad;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/html5-mediaplayer/html5-mediaplayer_git.bb b/recipes-demo-hmi/html5-mediaplayer/html5-mediaplayer_git.bb index 2b1437669..a87b9bcf4 100644 --- a/recipes-demo-hmi/html5-mediaplayer/html5-mediaplayer_git.bb +++ b/recipes-demo-hmi/html5-mediaplayer/html5-mediaplayer_git.bb @@ -10,16 +10,6 @@ S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-mediaplayer;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 -}