diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-02-25 19:53:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-28 23:11:28 +0000 |
commit | 2ce0f84a5fd3ffe283a78343174f179aa5d1740c (patch) | |
tree | 28e0832e4ab1bcb4ec69b3e31627c2af16a4b3ae /meta/recipes-multimedia | |
parent | 9bb919de2db342d82fb11bc405986570d2d9aaf6 (diff) | |
download | poky-2ce0f84a5fd3ffe283a78343174f179aa5d1740c.tar.gz |
gst-validate: upgrade 1.16.1 -> 1.16.2
(From OE-Core rev: 62019c0255512790eb201c1e9f6cd3e771485a7d)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-validate_1.16.2.bb (renamed from meta/recipes-multimedia/gstreamer/gst-validate_1.16.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-validate_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gst-validate_1.16.2.bb index 7d602eabc6..35492fe861 100644 --- a/meta/recipes-multimedia/gstreamer/gst-validate_1.16.1.bb +++ b/meta/recipes-multimedia/gstreamer/gst-validate_1.16.2.bb | |||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | |||
9 | SRC_URI = "https://gstreamer.freedesktop.org/src/${BPN}/${BP}.tar.xz \ | 9 | SRC_URI = "https://gstreamer.freedesktop.org/src/${BPN}/${BP}.tar.xz \ |
10 | file://0001-connect-has-a-different-signature-on-musl.patch \ | 10 | file://0001-connect-has-a-different-signature-on-musl.patch \ |
11 | " | 11 | " |
12 | SRC_URI[md5sum] = "793e75f4717f718ad204c554d577b160" | 12 | SRC_URI[md5sum] = "688f42c52d62e8c5e506df911553fb2c" |
13 | SRC_URI[sha256sum] = "7f079b9b2a127604b98e297037dc8847ef50f4ce2b508aa2df0cac5b77562899" | 13 | SRC_URI[sha256sum] = "4861ccb9326200e74d98007e316b387d48dd49f072e0b78cb9d3303fdecfeeca" |
14 | 14 | ||
15 | DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base" | 15 | DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base" |
16 | RRECOMMENDS_${PN} = "git" | 16 | RRECOMMENDS_${PN} = "git" |