diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-11-21 00:38:06 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-21 17:21:14 -0800 |
commit | b5ca906cfc2986bf4d0bbcd4331e3c9103b5eecc (patch) | |
tree | 18e776f99387df3953e5ed8b76694f3ebe1772a3 | |
parent | 63a724ce4033bab0e84a4ee29a369f0f11c37374 (diff) | |
download | meta-openembedded-b5ca906cfc2986bf4d0bbcd4331e3c9103b5eecc.tar.gz |
parole: upgrade 1.0.4 -> 1.0.5
Release notes for 1.0.5
=======================
Bug Fixes:
- Fix creation and cleanup of thumbnails (Xfce #16026)
- Fix volume hotkeys in fullscreen (Xfce #16005)
- Fix compiler warnings
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb (renamed from meta-xfce/recipes-multimedia/parole/parole_1.0.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-multimedia/parole/parole_1.0.4.bb b/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb index 68556a2ab5..efee1aa937 100644 --- a/meta-xfce/recipes-multimedia/parole/parole_1.0.4.bb +++ b/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb | |||
@@ -16,8 +16,8 @@ DEPENDS += " \ | |||
16 | taglib \ | 16 | taglib \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "c23621eb44df292f828e86074d4e719d" | 19 | SRC_URI[md5sum] = "74fcde5da018c011e5febd9649817c05" |
20 | SRC_URI[sha256sum] = "e92b8ec369e53d921b47d2473c2e2a1e9e04d3c5d536d419abdff40e5e136dc1" | 20 | SRC_URI[sha256sum] = "1adb4bd96c4cc4b4a79eeafe1316e170f506426e3737e8ba8898f7ea6bec572a" |
21 | 21 | ||
22 | RDEPENDS_${PN} += "gstreamer1.0-plugins-good" | 22 | RDEPENDS_${PN} += "gstreamer1.0-plugins-good" |
23 | 23 | ||