X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fmediaplayer%2Fmediaplayer_git.bb;h=b2524090c165f58c7096d07a516dece74a55df26;hb=05731fe07fd691165aaffb379506d1c1a4a17cde;hp=d7c4c85da06629b6750665541ea21817daa183bd;hpb=cb10c353fa855f372fe582c16d7a184d394164bc;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 d7c4c85da..b2524090c 100644 --- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb @@ -6,17 +6,25 @@ 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 \ + qtmultimedia \ + qtwebsockets \ + libqtappfw \ + virtual/libhomescreen \ + qlibwindowmanager \ +" + +inherit qmake5 aglwgt RDEPENDS_${PN} += "qtmultimedia \ qtmultimedia-qmlplugins \ - agl-service-mediascanner" + agl-service-mediaplayer \ + agl-service-bluetooth \ +"