From 8359d8d7c84ebdc50f685c447d057efbd9bf0666 Mon Sep 17 00:00:00 2001 From: Yuqing Zhu Date: Wed, 6 Apr 2016 16:31:41 +0800 Subject: [PATCH] packagegroup-fsl-gstreamer1.0: Rename gst1.0-fsl-plugin into imx-gst1.0-plugin As gst1.0 has upgraded to version 4.0.9 and renaming to imx-gst1.0-plugin, need to keep align. Signed-off-by: Yuqing Zhu Signed-off-by: Otavio Salvador --- recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb index fcfe07f..4aa3d4a 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb @@ -53,8 +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)} \ + ${@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)} \ " RRECOMMENDS_${PN}-base = " \