[meta-freescale] [PATCH] Revert "imx-gst1.0-plugin: Change git repository URL"

Daiane Angolini daiane.angolini at nxp.com
Thu Nov 16 10:12:34 PST 2017


The reverted commit not only change the URL for the package. It also
upgrade the package version by mistake.

The version pointed by the patch is still not ready to use the gstreamer
1.12.

Meanwhile the root cause is found and fixed, revert the patch.

This reverts commit 8605319d17b08da79534681dc85b0a23e2e87c73.
---
 recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb
index 89a14d5..afc380d 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb
@@ -23,13 +23,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
                     file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
                     file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
 
-SRCBRANCH = "nxp/MM_04.02.01_1705_L4.9.11_CONSOLIDATED_GA"
-
 SRC_URI = " \
-    git://source.codeaurora.org/external/imx/gst1.0-plugins-fsl.git;protocol=https;branch=${SRCBRANCH} \
+    ${FSL_MIRROR}/imx-gst1.0-plugin-${PV}.tar.gz \
 "
 
-S = "${WORKDIR}/git"
+SRC_URI[md5sum] = "8c939f68b7d7ce8659618bd34b93a508"
+SRC_URI[sha256sum] = "fcd5b8536758c50491c80ed26e86770fe17f29744ab4ccba1e5ca1c475a209c3"
+
+S = "${WORKDIR}/imx-gst1.0-plugin-${PV}"
 
 inherit autotools pkgconfig
 
-- 
2.7.4



More information about the meta-freescale mailing list