summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-05-25 14:20:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-18 11:07:58 +0100
commit12da5ee24565e3fe6115dc5eea423b9f4424d7ac (patch)
treecc0a6a14059e02185e2e5c9fe14c0f338b646dd4 /meta/recipes-multimedia
parent9c51f290bc6ef0c8aba18c909b72df08b3bcc71c (diff)
downloadpoky-12da5ee24565e3fe6115dc5eea423b9f4424d7ac.tar.gz
gstreamer1.0-python: upgrade 1.14.0 -> 1.14.1
Bugfixes only. Please see: https://gstreamer.freedesktop.org/releases/1.14/#1.14.1 (From OE-Core rev: 8a57c84ca4c66140e35e21b3ed43d29b13990928) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.1.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.1.bb
index 1eb1a3f6f4..b0f1c259bb 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.1.bb
@@ -6,8 +6,8 @@ LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740" 6LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740"
7 7
8SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" 8SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
9SRC_URI[md5sum] = "97782b2fde877f1d1d68c64f7db4f735" 9SRC_URI[md5sum] = "2ae86f1bb2fd8399a942fd94bb17d264"
10SRC_URI[sha256sum] = "e0b98111150aa3fcdeb6e228cd770995fbdaa8586fc02ec9b3273d4ae83399e6" 10SRC_URI[sha256sum] = "1bc6704955e343f78d2d935487f26d2db4c131c9a6dad38eb331c7e3639147d3"
11 11
12DEPENDS = "gstreamer1.0 python3-pygobject" 12DEPENDS = "gstreamer1.0 python3-pygobject"
13RDEPENDS_${PN} += "gstreamer1.0 python3-pygobject" 13RDEPENDS_${PN} += "gstreamer1.0 python3-pygobject"