X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fmediaplayer%2Fmediaplayer_git.bb;h=7962f76c9feb30583c533279139ad6620ac9e7a2;hb=5f46a8150d790f6bd897e3d759c8e3abf65da9cd;hp=aa809360c1dcf39dec055f3e04436a9392af73b6;hpb=2d365a414869454e217e2b099872de0bc2519fda;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/mediaplayer/mediaplayer_git.bb b/recipes-demo/mediaplayer/mediaplayer_git.bb index aa809360c..7962f76c9 100644 --- a/recipes-demo/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo/mediaplayer/mediaplayer_git.bb @@ -6,20 +6,17 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -DEPENDS = " \ - qtquickcontrols2 \ - qtwebsockets \ - libqtappfw \ - libhomescreen \ -" +DEPENDS = "qtquickcontrols2 libqtappfw" -PV = "1.0+git${SRCPV}" +PV = "2.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mediaplayer;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" -inherit qmake5 aglwgt +inherit qmake5 -RDEPENDS_${PN} += "agl-service-mediaplayer libqtappfw" +FILES:${PN} += "${datadir}/icons/" + +RDEPENDS:${PN} += "libqtappfw mpd"