diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2019-11-24 15:50:31 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-25 21:37:41 +0000 |
commit | 6c5493908c668d07f37b18febe604ad853872dc0 (patch) | |
tree | ec3f13cc4ad72d4e500fd29ec3d6cc93f110254d /meta/recipes-multimedia/gstreamer | |
parent | 8222c38b52e156b06cf8c7ef1703f071c30adf8c (diff) | |
download | poky-6c5493908c668d07f37b18febe604ad853872dc0.tar.gz |
gst-validate: upgrade to version 1.16.1
(From OE-Core rev: 2dc11f32c6ddfbfc39317ed8ef08a0010b612ea3)
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-validate_1.16.1.bb (renamed from meta/recipes-multimedia/gstreamer/gst-validate_1.16.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-validate_1.16.0.bb b/meta/recipes-multimedia/gstreamer/gst-validate_1.16.1.bb index 1f4370619c..7d602eabc6 100644 --- a/meta/recipes-multimedia/gstreamer/gst-validate_1.16.0.bb +++ b/meta/recipes-multimedia/gstreamer/gst-validate_1.16.1.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] = "c5c57f3325a2e62aae4a8ec4931f7711" | 12 | SRC_URI[md5sum] = "793e75f4717f718ad204c554d577b160" |
13 | SRC_URI[sha256sum] = "9331ae48a173a048243539730cc7a88607777762dea4aebbc3ab55981e68d6c9" | 13 | SRC_URI[sha256sum] = "7f079b9b2a127604b98e297037dc8847ef50f4ce2b508aa2df0cac5b77562899" |
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" |