diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-08-08 15:15:12 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-09 23:47:55 +0100 |
commit | fdc0516d01dd233df0c5b9cc5e1f703eb71356f6 (patch) | |
tree | 40cefe8ee0fc031e77fa1c2b3ec2be1059680561 /meta/recipes-multimedia/gstreamer | |
parent | c69d36b9bfe16d18a610dd2f7182e344f87df23d (diff) | |
download | poky-fdc0516d01dd233df0c5b9cc5e1f703eb71356f6.tar.gz |
gstreamer1.0-libav: upgrade 1.14.1 -> 1.14.2
(From OE-Core rev: 822d1a74a9e2d624dad1c233ac6bf11fc8f147b0)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.2.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.2.bb index 69be590d2f..57f03e8d47 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.2.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] = "d57b0052f6eccb8e6762def05995133c" | 22 | SRC_URI[md5sum] = "da3d4655268bc6766a261065ca737590" |
23 | SRC_URI[sha256sum] = "eff80a02d2f2fb9f34b67e9a26e9954d3218c7aa18e863f2a47805fa7066029d" | 23 | SRC_URI[sha256sum] = "8a351c39c5cfc2bbd31ca434ec4a290a730a26efbdea962fdd8306dce5c576de" |
24 | 24 | ||
25 | S = "${WORKDIR}/gst-libav-${PV}" | 25 | S = "${WORKDIR}/gst-libav-${PV}" |
26 | 26 | ||