diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-19 22:09:36 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-28 15:20:05 -0300 |
commit | 3ef5bb7c024b9b4903f77faf410e9fe0269fb862 (patch) | |
tree | a3a286b3d47114254f9fa5d26f5791ca68e64c53 /recipes-multimedia/gst-plugins | |
parent | 053e798309b21780fbfdb1954ec1b25ba6771922 (diff) | |
download | meta-fsl-arm-3ef5bb7c024b9b4903f77faf410e9fe0269fb862.tar.gz |
gst-fsl-plugin: Change fetch URI to use FSL_MIRROR
This changes the fetch URI to use FSL_MIRROR and remove the local
tarball from the repository.
Change-Id: I9b3276ca0fd86d9dc702a55ec13e988475cff533
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
Diffstat (limited to 'recipes-multimedia/gst-plugins')
-rw-r--r-- | recipes-multimedia/gst-plugins/gst-fsl-plugin.inc | 6 | ||||
-rw-r--r-- | recipes-multimedia/gst-plugins/gst-fsl-plugin/gst-fsl-plugin-2.0.3.tar.gz | bin | 1744076 -> 0 bytes |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc b/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc index 258e656..49bd642 100644 --- a/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc +++ b/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc | |||
@@ -6,14 +6,14 @@ LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" | |||
6 | SECTION = "multimedia" | 6 | SECTION = "multimedia" |
7 | DEPENDS = "gstreamer gst-plugins-base fsl-mm-codeclib imx-lib" | 7 | DEPENDS = "gstreamer gst-plugins-base fsl-mm-codeclib imx-lib" |
8 | RDEPENDS_${PN} = "fsl-mm-codeclib" | 8 | RDEPENDS_${PN} = "fsl-mm-codeclib" |
9 | INC_PR = "r5" | 9 | INC_PR = "r6" |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
12 | file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | 12 | file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ |
13 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 13 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
14 | 14 | ||
15 | SRC_URI = "file://${PN}-${PV}.tar.gz \ | 15 | SRC_URI = "${FSL_MIRROR}/gst-fsl-plugin-${PV}.tar.gz \ |
16 | file://fix_segment_fault_in_v4lsink_for_yocto.patch" | 16 | file://fix_segment_fault_in_v4lsink_for_yocto.patch" |
17 | 17 | ||
18 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
19 | 19 | ||
diff --git a/recipes-multimedia/gst-plugins/gst-fsl-plugin/gst-fsl-plugin-2.0.3.tar.gz b/recipes-multimedia/gst-plugins/gst-fsl-plugin/gst-fsl-plugin-2.0.3.tar.gz deleted file mode 100644 index c3b59c9..0000000 --- a/recipes-multimedia/gst-plugins/gst-fsl-plugin/gst-fsl-plugin-2.0.3.tar.gz +++ /dev/null | |||
Binary files differ | |||