X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fmediaplayer%2Fmediaplayer_git.bb;h=14d86cdf3dc41c8f4375925f391a27ce717d00d5;hb=refs%2Fchanges%2F25%2F10825%2F2;hp=c551e69321f1622bb010d81ed18e22b2d7e3c980;hpb=49931c57cb1a7f7d2c74fb7e2ad1591acf465b48;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 c551e6932..14d86cdf3 100644 --- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb @@ -1,32 +1,22 @@ SUMMARY = "Media Player for CES2017 AGL Demonstration" DESCRIPTION = "AGL HMI Application for demonstrating Media Player on AGL Distribution" HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/mediaplayer" -LICENSE = "Apache-2.0" SECTION = "apps" -PV = "1.0+git${SRCPV}" -S = "${WORKDIR}/git" - -inherit qmake5 +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -# 'wgtpkg-pack' in af-main-native is required. -DEPENDS = "af-main-native" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mediaplayer;protocol=https;branch=dab" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" +SRCREV = "fc2ca7417ce2eefb1a35f19872b181a0f600e99d" +SRCREV_dab = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mediaplayer;protocol=http" -SRCREV = "${AUTOREV}" +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" -RDEPENDS_${PN} += " \ - qtmultimedia-qmlplugins \ - qtquickcontrols2-qmlplugins \ - " +inherit qmake5 aglwgt -do_install() { - install -d ${D}/usr/AGL/apps - install -m 0644 ${B}/package/${PN}.wgt ${D}/usr/AGL/apps/ -} +# build-time dependencies +DEPENDS += "sqlite3 qtquickcontrols2 qtmultimedia" -FILES_${PN} += "/usr/AGL/apps/ \ - /usr/AGL/apps/${PN} \ - " +RDEPENDS_${PN} += "qtmultimedia qtmultimedia-qmlplugins lightmediascanner"