diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2017-09-21 11:21:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 22:33:20 +0000 |
commit | cba1898a0762f47128eeebb86b00ca2f0b49bd2f (patch) | |
tree | bc22e587ed7f2d923043acb2e7866b8bdcd93fd0 /meta/recipes-multimedia/gstreamer | |
parent | 232f03b2660c579e3009f80d0a940a58e7090de7 (diff) | |
download | poky-cba1898a0762f47128eeebb86b00ca2f0b49bd2f.tar.gz |
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.
(From OE-Core rev: a70a8c016086dfd4534140364256c0557e840d89)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python.inc | 2 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.12.3.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.12.2.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 961b93017e..361f0bca41 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" | |||
8 | 8 | ||
9 | PNREAL = "gst-python" | 9 | PNREAL = "gst-python" |
10 | 10 | ||
11 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" | ||
12 | |||
13 | S = "${WORKDIR}/${PNREAL}-${PV}" | 11 | S = "${WORKDIR}/${PNREAL}-${PV}" |
14 | 12 | ||
15 | inherit autotools pkgconfig distutils3-base upstream-version-is-even gobject-introspection | 13 | 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 index b2dc05bbec..3978b9d563 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 @@ | |||
1 | require gstreamer1.0-python.inc | 1 | require gstreamer1.0-python.inc |
2 | 2 | ||
3 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" | 3 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" |
4 | SRC_URI[md5sum] = "da5c9fa42290bc3006661c869e076ffe" | 4 | SRC_URI[md5sum] = "622125816c52a51205660d210f8e7b8b" |
5 | SRC_URI[sha256sum] = "f4cc32ad46a653e1ae2f27ac2a16078b00075c9106b2784a1a8d1f31c5069e47" | 5 | SRC_URI[sha256sum] = "c3f529dec1294633132690806703b80bad5752eff482eaf81f209c2aba012ba7" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740" |