diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2020-02-21 10:01:24 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-21 17:48:08 +0000 |
commit | 8f9b6ca2858a540f4776a7d824f43a9257f3c0ed (patch) | |
tree | 9f6faeff0ab9da7601a131591e5a2a8ea41a79c9 | |
parent | 765d7430379d64529b23fa27dcb9fb95cdc2e491 (diff) | |
download | poky-8f9b6ca2858a540f4776a7d824f43a9257f3c0ed.tar.gz |
gstreamer1.0-python: upgrade 1.16.1 -> 1.16.2
(From OE-Core rev: f48b8d6f3e83ceec5600b8793e37639f45ce71e8)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.2.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.2.bb index 0382360ec2..9e024eb9f3 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.2.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740" | |||
8 | SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \ | 8 | SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \ |
9 | file://0001-meson.build-fix-builds-with-python-3.8.patch \ | 9 | file://0001-meson.build-fix-builds-with-python-3.8.patch \ |
10 | " | 10 | " |
11 | SRC_URI[md5sum] = "499645fbd1790c5845c02a3998dccc1b" | 11 | SRC_URI[md5sum] = "6ac709767334d8d0a71cb4e016f6abeb" |
12 | SRC_URI[sha256sum] = "b469c8955126f41b8ce0bf689b7029f182cd305f422b3a8df35b780bd8347489" | 12 | SRC_URI[sha256sum] = "208df3148d73d9f416d016564737585d8ea763d91201732d44b5fe688c6288a8" |
13 | 13 | ||
14 | DEPENDS = "gstreamer1.0 python3-pygobject" | 14 | DEPENDS = "gstreamer1.0 python3-pygobject" |
15 | RDEPENDS_${PN} += "gstreamer1.0 python3-pygobject" | 15 | RDEPENDS_${PN} += "gstreamer1.0 python3-pygobject" |