mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
232f03b266
commit
cba1898a07
@@ -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
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user