[oe-commits] Jussi Kukkonen : qmmp: Upgrade 0.8.5 -> 0.8.6

git at git.openembedded.org git at git.openembedded.org
Tue Aug 11 16:29:11 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: f798df217ff41b4edb2bc83dda2e02e112b9ead4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f798df217ff41b4edb2bc83dda2e02e112b9ead4

Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
Date:   Sun Aug  9 22:29:29 2015 +0300

qmmp: Upgrade 0.8.5 -> 0.8.6

Add a missing runtime dependency.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-qt/qt-apps/{qmmp_0.8.5.bb => qmmp_0.8.6.bb} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-qt/qt-apps/qmmp_0.8.5.bb b/meta/recipes-qt/qt-apps/qmmp_0.8.6.bb
similarity index 93%
rename from meta/recipes-qt/qt-apps/qmmp_0.8.5.bb
rename to meta/recipes-qt/qt-apps/qmmp_0.8.6.bb
index aa84c46..e68ad0f 100644
--- a/meta/recipes-qt/qt-apps/qmmp_0.8.5.bb
+++ b/meta/recipes-qt/qt-apps/qmmp_0.8.6.bb
@@ -12,9 +12,8 @@ SRC_URI = "http://qmmp.ylsoftware.com/files/${BP}.tar.bz2 \
            file://no-host-paths.patch \
           "
 
-SRC_URI[md5sum] = "c9347ad18913058e8a37b1e88b9c6ce2"
-SRC_URI[sha256sum] = "7fe9347ad6c66e8013b73f2c5cf628037c58151e0cfcb926a8f27b93ad2d7c0d"
-
+SRC_URI[md5sum] = "67e96e89c61b7432e5a12f555db702b1"
+SRC_URI[sha256sum] = "0daea3f0a0df7b34089513c2c57413c82816ab8892bddabf49c18a7956255449"
 inherit cmake qt4x11
 
 QMMP_PLUGIN_OPTIONS ??= "\
@@ -74,4 +73,4 @@ FILES_${PN}-dbg += "\
                 ${libdir}/qmmp/*/.debug/* \
                "
 
-RDEPENDS_${PN} += "taglib alsa-lib libmad curl"
+RDEPENDS_${PN} += "taglib alsa-lib libmad curl libicui18n"



More information about the Openembedded-commits mailing list