X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fmediaplayer%2Fmediaplayer_git.bb;h=9a3690f764b7657b5dae42a551261c59de328a7d;hb=c5efa9f8b7ecc9dd0ff49e0dde9e3ea281b320de;hp=11e4fc3722de2945593efcabbb738d7965d48f20;hpb=ececcc775d75a2e83f5df92f312024e40f6ff333;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb index 11e4fc372..9a3690f76 100644 --- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb @@ -6,15 +6,20 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mediaplayer;protocol=http" -SRCREV = "${AUTOREV}" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mediaplayer;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" -inherit qmake5 aglwgt - # build-time dependencies -DEPENDS += "sqlite3 qtquickcontrols2 qtmultimedia" +DEPENDS += "qtquickcontrols2 \ + qtwebsockets \ + libqtappfw \ + libhomescreen \ + qlibwindowmanager \ +" + +inherit qmake5 aglwgt -RDEPENDS_${PN} += "qtmultimedia qtmultimedia-qmlplugins" +RDEPENDS_${PN} += "agl-service-mediaplayer"