packagegroup-fsl-gstreamer1.0: Add gplay and grecorder when using gst1.0-fsl-plugin

When gst1.0-fsl-plugin is in use, the gst1.0-fsl-plugin-gplay and
gst1.0-fsl-plugin-grecorder ought to be part of base.

This patch is based on a previously one sent Lauren Post[1]. It has
been reworked to avoid including a new packagegroup.

1. http://patchwork.openembedded.org/patch/98395/

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
Acked-by: Lauren Post <lauren.post@freescale.com>
This commit is contained in:
Otavio Salvador 2015-07-31 16:11:28 -03:00
parent c3bcf7a162
commit 3c99bc2a08

View File

@ -53,6 +53,8 @@ RDEPENDS_${PN}-base = " \
gstreamer1.0-plugins-base-volume \
gstreamer1.0-plugins-good-autodetect \
${MACHINE_GSTREAMER_1_0_PLUGIN} \
${@bb.utils.contains("MACHINE_GSTREAMER_1_0_PLUGIN", "gst1.0-fsl-plugin", "gst1.0-fsl-plugin-gplay", "", d)} \
${@bb.utils.contains("MACHINE_GSTREAMER_1_0_PLUGIN", "gst1.0-fsl-plugin", "gst1.0-fsl-plugin-grecorder", "", d)} \
"
RRECOMMENDS_${PN}-base = " \