diff options
| author | Daiane Angolini <daiane.angolini@freescale.com> | 2013-05-16 12:33:33 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-05-28 11:00:50 -0300 |
| commit | c5a78637d2e0dec5810f70b991f2382906b4fe92 (patch) | |
| tree | d71c8a12434b38ea90fcfdd8704df65f9717a3fa /meta-fsl-arm/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc | |
| parent | c738b6fba73a69a41bcde0140af0c37b9581690e (diff) | |
| download | meta-freescale-c5a78637d2e0dec5810f70b991f2382906b4fe92.tar.gz | |
gst-fsl-plugin: Update to version 3.0.7
The 3.0.7 version is compatible with MX28, MX53 and MX6 SoCs so we
move them all to this release.
Change-Id: I3ebf1c4ad6d02e2886450bc9c3dcfb1df98b6160
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Diffstat (limited to 'meta-fsl-arm/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc')
| -rw-r--r-- | meta-fsl-arm/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-fsl-arm/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc b/meta-fsl-arm/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc index 04f02b055..264beb2d2 100644 --- a/meta-fsl-arm/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc +++ b/meta-fsl-arm/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc | |||
| @@ -1,21 +1,21 @@ | |||
| 1 | # Copyright (C) 2011, 2012 Freescale Semiconductor | 1 | # Copyright (C) 2011, 2012, 2013 Freescale Semiconductor |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | 3 | ||
| 4 | DESCRIPTION = "Gstreamer freescale plugins" | 4 | DESCRIPTION = "Gstreamer freescale plugins" |
| 5 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" | 5 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" |
| 6 | SECTION = "multimedia" | 6 | SECTION = "multimedia" |
| 7 | DEPENDS = "gstreamer gst-plugins-base imx-lib" | 7 | |
| 8 | INC_PR = "r9" | 8 | DEPENDS = "gstreamer gst-plugins-base libfslcodec libfslparser" |
| 9 | DEPENDS_append_mx5 = " imx-lib" | ||
| 10 | DEPENDS_append_mx6 = " imx-lib libfslvpuwrap" | ||
| 9 | 11 | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
| 11 | file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | 13 | file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ |
| 12 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 14 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
| 13 | 15 | ||
| 14 | PACKAGE_NAME ?= "${PN}" | 16 | S = "${WORKDIR}/gst-fsl-plugins-${PV}" |
| 15 | |||
| 16 | S = "${WORKDIR}/${PACKAGE_NAME}-${PV}" | ||
| 17 | 17 | ||
| 18 | SRC_URI = "${FSL_MIRROR}/${PACKAGE_NAME}-${PV}.tar.gz" | 18 | SRC_URI = "${FSL_MIRROR}/gst-fsl-plugins-${PV}.tar.gz" |
| 19 | 19 | ||
| 20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
| 21 | 21 | ||
