diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-05-25 14:20:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-18 11:07:58 +0100 |
commit | f0aa326844059aceb877bf325cf28571a6a3c8e9 (patch) | |
tree | b47d7bc917a2d242ee7cdc566d2e4f285a15d419 | |
parent | ae6734b1f42cbbb61988dd0318c340bc0b050920 (diff) | |
download | poky-f0aa326844059aceb877bf325cf28571a6a3c8e9.tar.gz |
gstreamer1.0-plugins-good: upgrade 1.14.0 -> 1.14.1
Bugfixes only. Please see:
https://gstreamer.freedesktop.org/releases/1.14/#1.14.1
(From OE-Core rev: 308a5be3dcd0373bd09db253c15dc39d39b6e48f)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb index b269fce173..36eb3107ae 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb | |||
@@ -8,8 +8,8 @@ SRC_URI = " \ | |||
8 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | 8 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI[md5sum] = "48584b02e469a314b0e71f1553a2d2a7" | 11 | SRC_URI[md5sum] = "9afe4dd6678cdbd19d8b316c90d6717a" |
12 | SRC_URI[sha256sum] = "6afa35747d528d3ab4ed8f5eac13f7235d7d28100d6a24dd78f81ec7c0d04688" | 12 | SRC_URI[sha256sum] = "34ec062ddb766a32377532e039781f4a16fbc3e8b449e642605bacab26a99172" |
13 | 13 | ||
14 | S = "${WORKDIR}/gst-plugins-good-${PV}" | 14 | S = "${WORKDIR}/gst-plugins-good-${PV}" |
15 | 15 | ||