X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fmediaplayer%2Fmediaplayer_git.bb;h=f6538fdcf2a7b8696f29c127b912e00741e04e4a;hb=refs%2Fchanges%2F81%2F26781%2F2;hp=08990dc456f5c67f4dd7cca9c7246335bf3ae53b;hpb=2984c298e538493dc9ca26a685ad82c0dbd15415;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/mediaplayer/mediaplayer_git.bb b/recipes-demo/mediaplayer/mediaplayer_git.bb index 08990dc45..f6538fdcf 100644 --- a/recipes-demo/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo/mediaplayer/mediaplayer_git.bb @@ -6,19 +6,15 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" +DEPENDS = "qtquickcontrols2 libqtappfw" + +PV = "1.0+git${SRCPV}" + 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" -# build-time dependencies -DEPENDS += "qtquickcontrols2 \ - qtwebsockets \ - libqtappfw \ - libhomescreen \ -" - inherit qmake5 aglwgt -RDEPENDS_${PN} += "agl-service-mediaplayer libqtappfw" +RDEPENDS:${PN} += "agl-service-mediaplayer libqtappfw"