diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-11-27 16:55:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-27 22:13:11 +0000 |
commit | 59ceb083f0a31f4070eba54d53f60a4d6de108a4 (patch) | |
tree | 9449957748073ec20f4e8b3ebe8b45145a78853d /meta | |
parent | 1b9082ab8251af6c67d5bea96de0d1f484d8f496 (diff) | |
download | poky-59ceb083f0a31f4070eba54d53f60a4d6de108a4.tar.gz |
gstreamer1.0-libav: upgrade 1.14.3 -> 1.14.4
(From OE-Core rev: 14370389a50bda84eee7b3a024709fd43fc7c5aa)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.4.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.4.bb index aaa217e7d4..5c9c372f04 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.3.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.4.bb | |||
@@ -19,8 +19,8 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz | |||
19 | file://0001-configure-check-for-armv7ve-variant.patch \ | 19 | file://0001-configure-check-for-armv7ve-variant.patch \ |
20 | file://0001-fix-host-contamination.patch \ | 20 | file://0001-fix-host-contamination.patch \ |
21 | " | 21 | " |
22 | SRC_URI[md5sum] = "e4a2ad307f101b53c7d417d4d0b36955" | 22 | SRC_URI[md5sum] = "58342db11dbb201a66a62577dcf7bab5" |
23 | SRC_URI[sha256sum] = "9b03529bb45785ad1b6b1f4856c52a832ad5fc472285ce49174439e8015ab677" | 23 | SRC_URI[sha256sum] = "dfd78591901df7853eab7e56a86c34a1b03635da0d3d56b89aa577f1897865da" |
24 | 24 | ||
25 | S = "${WORKDIR}/gst-libav-${PV}" | 25 | S = "${WORKDIR}/gst-libav-${PV}" |
26 | 26 | ||