mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 23:13:02 +02:00
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:
parent
c3bcf7a162
commit
3c99bc2a08
|
@ -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 = " \
|
||||
|
|
Loading…
Reference in New Issue
Block a user