diff options
author | Daiane Angolini <daiane.angolini@nxp.com> | 2017-10-27 09:57:36 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-28 11:39:37 -0200 |
commit | 8605319d17b08da79534681dc85b0a23e2e87c73 (patch) | |
tree | 93aefa285de6d8c6d9922edd1876c08261cae271 | |
parent | 1879805101047db78377427cda243255bf1fd262 (diff) | |
download | meta-freescale-8605319d17b08da79534681dc85b0a23e2e87c73.tar.gz |
imx-gst1.0-plugin: Change git repository URL
Change the git URL to Code Aurora as it mirrors the git.freescale.com.
It also changes the branch name to the matching one.
Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb | 9 |
1 files changed, 4 insertions, 5 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 afc380da..89a14d5d 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,14 +23,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
23 | file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | 23 | file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ |
24 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 24 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
25 | 25 | ||
26 | SRCBRANCH = "nxp/MM_04.02.01_1705_L4.9.11_CONSOLIDATED_GA" | ||
27 | |||
26 | SRC_URI = " \ | 28 | SRC_URI = " \ |
27 | ${FSL_MIRROR}/imx-gst1.0-plugin-${PV}.tar.gz \ | 29 | git://source.codeaurora.org/external/imx/gst1.0-plugins-fsl.git;protocol=https;branch=${SRCBRANCH} \ |
28 | " | 30 | " |
29 | 31 | ||
30 | SRC_URI[md5sum] = "8c939f68b7d7ce8659618bd34b93a508" | 32 | S = "${WORKDIR}/git" |
31 | SRC_URI[sha256sum] = "fcd5b8536758c50491c80ed26e86770fe17f29744ab4ccba1e5ca1c475a209c3" | ||
32 | |||
33 | S = "${WORKDIR}/imx-gst1.0-plugin-${PV}" | ||
34 | 33 | ||
35 | inherit autotools pkgconfig | 34 | inherit autotools pkgconfig |
36 | 35 | ||