[oe-commits] [openembedded-core] 48/50: gstreamer1.0-python: upgrade to version 1.12.3

git at git.openembedded.org git at git.openembedded.org
Thu Sep 21 22:37:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 8eaa49838103b378055922ec484385fef5c563db
Author: Nicolas Dechesne <nicolas.dechesne at linaro.org>
AuthorDate: Thu Sep 21 11:21:31 2017 +0200

    gstreamer1.0-python: upgrade to version 1.12.3
    
    * Bugfixes only release.
    * Removed SRC_URI from .inc file since it was duplicated in .bb file as well.
    
    Signed-off-by: Nicolas Dechesne <nicolas.dechesne at linaro.org>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-python.inc             | 2 --
 .../{gstreamer1.0-python_1.12.2.bb => gstreamer1.0-python_1.12.3.bb}  | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python.inc
index 961b930..361f0bc 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python.inc
@@ -8,8 +8,6 @@ RDEPENDS_${PN} += "gstreamer1.0 python3-pygobject"
 
 PNREAL = "gst-python"
 
-SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-
 S = "${WORKDIR}/${PNREAL}-${PV}"
 
 inherit autotools pkgconfig distutils3-base upstream-version-is-even gobject-introspection
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.12.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.12.3.bb
similarity index 57%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.12.2.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.12.3.bb
index b2dc05b..3978b9d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.12.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.12.3.bb
@@ -1,7 +1,7 @@
 require gstreamer1.0-python.inc
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[md5sum] = "da5c9fa42290bc3006661c869e076ffe"
-SRC_URI[sha256sum] = "f4cc32ad46a653e1ae2f27ac2a16078b00075c9106b2784a1a8d1f31c5069e47"
+SRC_URI[md5sum] = "622125816c52a51205660d210f8e7b8b"
+SRC_URI[sha256sum] = "c3f529dec1294633132690806703b80bad5752eff482eaf81f209c2aba012ba7"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list