diff options
author | Philippe Normand <philn@igalia.com> | 2019-05-26 13:06:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-28 10:47:02 +0100 |
commit | c939ee37167b01f2e37c0851512d06f29d054ef6 (patch) | |
tree | 10cb78338a4b86a896d9c69fcca06068a36a304d | |
parent | 9010a2f3a973ccac7f364495d6c356d6b5be99fa (diff) | |
download | poky-c939ee37167b01f2e37c0851512d06f29d054ef6.tar.gz |
gst-validate: upgrade to version 1.16.0
(From OE-Core rev: 680969d403e2e5574277ec92b67e92c3bbbdaa5f)
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/gst-validate_1.16.0.bb (renamed from meta/recipes-multimedia/gstreamer/gst-validate_1.14.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-validate_1.14.4.bb b/meta/recipes-multimedia/gstreamer/gst-validate_1.16.0.bb index a4b3b465cc..1f4370619c 100644 --- a/meta/recipes-multimedia/gstreamer/gst-validate_1.14.4.bb +++ b/meta/recipes-multimedia/gstreamer/gst-validate_1.16.0.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] = "1f4fc5308695adfdc11d13046aa4888c" | 12 | SRC_URI[md5sum] = "c5c57f3325a2e62aae4a8ec4931f7711" |
13 | SRC_URI[sha256sum] = "18dccca94bdc0bab3cddb07817bd280df7ab4abbec9a83b92620367a22d955c7" | 13 | SRC_URI[sha256sum] = "9331ae48a173a048243539730cc7a88607777762dea4aebbc3ab55981e68d6c9" |
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" |