X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=recipes-demo-hmi%2Fmediaplayer%2Fmediaplayer_git.bb;h=8a7fd620d8740be403c3decdb3f457dc452ff025;hb=3cd7f84105c6e52b54d9aeca7fa4e898d84bf61c;hp=ab8b71cf35c5a5e5731e2bf74e75f6348bbe95ce;hpb=2f9f7f5ca7d4ee032bd9a7875da0a966b48eda59;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 ab8b71cf3..8a7fd620d 100644 --- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb @@ -6,8 +6,8 @@ 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" @@ -15,6 +15,8 @@ S = "${WORKDIR}/git" inherit qmake5 aglwgt # build-time dependencies -DEPENDS += "sqlite3 qtquickcontrols2 qtmultimedia agl-service-mediascanner" +DEPENDS += "sqlite3 qtquickcontrols2 qtmultimedia" -RDEPENDS_${PN} += "qtmultimedia qtmultimedia-qmlplugins" +RDEPENDS_${PN} += "qtmultimedia \ + qtmultimedia-qmlplugins \ + agl-service-mediascanner"