diff options
| -rw-r--r-- | recipes-fsl/packagegroups/packagegroup-imx-tools-audio.bb | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/recipes-fsl/packagegroups/packagegroup-imx-tools-audio.bb b/recipes-fsl/packagegroups/packagegroup-imx-tools-audio.bb new file mode 100644 index 000000000..54a428fdf --- /dev/null +++ b/recipes-fsl/packagegroups/packagegroup-imx-tools-audio.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | # Copyright (C) 2015 Freescale Semiconductor | ||
| 2 | # Copyright (C) 2015 O.S. Systems Software LTDA. | ||
| 3 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 4 | |||
| 5 | SUMMARY = "Set of audio tools for inclusion on images" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ | ||
| 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 9 | |||
| 10 | inherit packagegroup | ||
| 11 | |||
| 12 | ALSA_INSTALL = " \ | ||
| 13 | alsa-utils \ | ||
| 14 | alsa-tools \ | ||
| 15 | " | ||
| 16 | |||
| 17 | PULSEAUDIO_INSTALL = " \ | ||
| 18 | pulseaudio-server \ | ||
| 19 | pulseaudio-module-cli \ | ||
| 20 | pulseaudio-misc \ | ||
| 21 | pulseaudio-module-device-manager \ | ||
| 22 | ${@bb.utils.contains('DISTRO_FEATURES',"x11", "pulseaudio-module-x11-xsmp \ | ||
| 23 | pulseaudio-module-x11-publish \ | ||
| 24 | pulseaudio-module-x11-cork-request \ | ||
| 25 | pulseaudio-module-x11-bell \ | ||
| 26 | consolekit", \ | ||
| 27 | "", d)} \ | ||
| 28 | " | ||
| 29 | |||
| 30 | RDEPENDS:${PN} = " \ | ||
| 31 | ${@bb.utils.contains("DISTRO_FEATURES", "alsa", "${ALSA_INSTALL}", "", d)} \ | ||
| 32 | ${@bb.utils.contains("DISTRO_FEATURES", "pulseaudio", "${PULSEAUDIO_INSTALL}", "", d)} \ | ||
| 33 | " | ||
