On Thu, Jul 16, 2015 at 4:23 PM, Lauren Post <[email protected]> wrote: > Install pulse audio packages needed for pulse audio support > on mx6 and mx7 SoC.
I fail to see what is specific to mx6 or mx7 in this packagegroup. I think the best is upstream to YP. but for this: * improve commit log * improve a lot the DESCRIPTION * change Copyright (use only 2015) Daiane > > Signed-off-by: Lauren Post <[email protected]> > --- > .../packagegroups/packagegroup-fsl-pulseaudio.bb | 26 > ++++++++++++++++++++ > 1 file changed, 26 insertions(+) > create mode 100644 recipes-fsl/packagegroups/packagegroup-fsl-pulseaudio.bb > > diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-pulseaudio.bb > b/recipes-fsl/packagegroups/packagegroup-fsl-pulseaudio.bb > new file mode 100644 > index 0000000..57cc8a9 > --- /dev/null > +++ b/recipes-fsl/packagegroups/packagegroup-fsl-pulseaudio.bb > @@ -0,0 +1,26 @@ > +# Copyright (C) 2014-2015 Freescale Semiconductor > +# Released under the MIT license (see COPYING.MIT for the terms) > + > +SUMMARY = "Freescale package group - pulseaudio" > +DESCRIPTION = "Contains the modules needed by pulseaudio." > +LICENSE = "MIT" > +LIC_FILES_CHKSUM = > "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ > + > file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > + > +inherit packagegroup > + > +PULSEAUDIO_EXTRA_INSTALL = "${@base_contains('DISTRO_FEATURES','x11', \ > + 'pulseaudio-module-x11-xsmp \ > + pulseaudio-module-x11-publish \ > + pulseaudio-module-x11-cork-request \ > + pulseaudio-module-x11-bell', \ > + '', d)}" > + > +RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pulseaudio', \ > + ' pulseaudio-server \ > + pulseaudio-module-cli \ > + pulseaudio-misc \ > + pulseaudio-module-device-manager \ > + consolekit \ > + ${PULSEAUDIO_EXTRA_INSTALL}', \ > + '', d)}" > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
