X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fmixer%2Fmixer_git.bb;h=c99c04420b9ae5a93657d4281f4c1b2b8b5b0d94;hb=4249268041b879b3d2bae338d5de88f4f2d54b26;hp=1e4a2717cd72d316ebb9d960c4e4a624ece62bfa;hpb=41591d4f8c586aa801220fac0924556f406c58bd;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/mixer/mixer_git.bb b/recipes-demo/mixer/mixer_git.bb index 1e4a2717c..c99c04420 100644 --- a/recipes-demo/mixer/mixer_git.bb +++ b/recipes-demo/mixer/mixer_git.bb @@ -1,28 +1,29 @@ -SUMMARY = "Mixer for CES2017 AGL Demonstration" -DESCRIPTION = "AGL HMI application for control of PipeWire mixer elements" +SUMMARY = "Mixer application" +DESCRIPTION = "AGL demonstration Mixer application for control of PipeWire mixer elements" HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/mixer" SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mixer;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" +DEPENDS = " \ + qtquickcontrols2 \ + qtwebsockets \ + libafb-helpers-qt \ +" -PV = "1.0+git${SRCPV}" -S = "${WORKDIR}/git" +PROVIDES += "virtual/mixer" -# build-time dependencies -DEPENDS += "qtquickcontrols2 \ - qtwebsockets \ - libafb-helpers-qt \ -" +PV = "1.0+git${SRCPV}" -RDEPENDS_${PN} += "agl-service-audiomixer" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mixer;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" -PROVIDES += "virtual/mixer" -RPROVIDES_${PN} += "virtual/mixer" +S = "${WORKDIR}/git" inherit cmake_qt5 aglwgt -OECMAKE_CXX_FLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}" +OECMAKE_CXX_FLAGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}" + +RDEPENDS:${PN} = "agl-service-audiomixer" +RPROVIDES:${PN} += "virtual/mixer"