Files
tqma6-yocto-mirror/sources/meta-tq/meta-dumpling/dynamic-layers/freescale-layer/recipes-images/packagegroups/packagegroup-dumpling-gstreamer.bbappend

11 lines
398 B
Plaintext
Raw Normal View History

# from meta-freescale
MACHINE_GSTREAMER_1_0_PLUGIN ?= ""
# plugins depending on the machine SOC
RDEPENDS:${PN}-base += "\
${MACHINE_GSTREAMER_1_0_PLUGIN} \
${@bb.utils.contains("MACHINE_GSTREAMER_1_0_PLUGIN", "imx-gst1.0-plugin", "imx-gst1.0-plugin-gplay", "", d)} \
${@bb.utils.contains("MACHINE_GSTREAMER_1_0_PLUGIN", "imx-gst1.0-plugin", "imx-gst1.0-plugin-grecorder", "", d)} \
"