diff options
author | Philippe Normand <philn@igalia.com> | 2019-05-26 13:06:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-28 10:47:02 +0100 |
commit | 9010a2f3a973ccac7f364495d6c356d6b5be99fa (patch) | |
tree | 49bc49dba07b1e4b4b0350646954396c7f29c5a4 | |
parent | deb421ffbc155156acc25846f0e41ebaa6d2559d (diff) | |
download | poky-9010a2f3a973ccac7f364495d6c356d6b5be99fa.tar.gz |
gstreamer1.0-python: upgrade to version 1.16.0
(From OE-Core rev: 892227fd1bf78a6c8c481e89c862e142d53c8062)
Signed-off-by: Philippe Normand <philn@igalia.com>
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.0.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.0.bb index 048aaf4413..af9f3f213b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.0.bb | |||
@@ -6,8 +6,8 @@ LICENSE = "LGPLv2.1" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740" |
7 | 7 | ||
8 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" | 8 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" |
9 | SRC_URI[md5sum] = "d4c0e3915f547feef49208ee08981e5a" | 9 | SRC_URI[md5sum] = "877b2ed2aaffdb62e63f38ea9469b70f" |
10 | SRC_URI[sha256sum] = "d0fdb24f93b6d889f309d2f526b8ea9577e0084ff0a62b4623ef1aed52e85a1b" | 10 | SRC_URI[sha256sum] = "55dc7aaed1855565f9b9ef842d93e93bfc5cb2b376faef6af5b463e1774e2d38" |
11 | 11 | ||
12 | DEPENDS = "gstreamer1.0 python3-pygobject" | 12 | DEPENDS = "gstreamer1.0 python3-pygobject" |
13 | RDEPENDS_${PN} += "gstreamer1.0 python3-pygobject" | 13 | RDEPENDS_${PN} += "gstreamer1.0 python3-pygobject" |