]> code.ossystems Code Review - openembedded-core.git/commit
qmmp: update to 0.6.6 and fix
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 5 Feb 2013 15:55:46 +0000 (15:55 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Feb 2013 09:35:01 +0000 (09:35 +0000)
commit12484dca3bf09dd9a03442a223885deb7472a6cd
tree398ad1f9a2845d07f3da8354b1919ff0ad1788c1
parent871549996cfcaf860083d867eb6a9522f4407cd4
qmmp: update to 0.6.6 and fix

* Update to 0.6.6
* Fix compilation failure due to unconditional call to
  QApplication::commitData()
* Disable /usr/local host paths to avoid compilation warnings
* Force use of the cmake configure instead of qmake as the latter is not
  dynamic with Qmmp and doesn't let you disable certain dependencies
  (e.g. enca)
* Add libsndfile1, libsamplerate0 and curl to DEPENDS since their use
  will be non-deterministic otherwise
* Explicitly disable library-requiring options that we don't have
  available in OE-Core so that they don't get used if they happen to be
  in the sysroot
* Update LIC_FILES_CHKSUM since there were cosmetic changes to the
  license file (mostly reformatting and change of references to LGPL
  from "Library" to "Lesser".)

Fixes [YOCTO #3822].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-qt/qt-apps/qmmp/no-host-paths.patch [new file with mode: 0644]
meta/recipes-qt/qt-apps/qmmp/no-sessionmanager.patch [new file with mode: 0644]
meta/recipes-qt/qt-apps/qmmp_0.6.6.bb [moved from meta/recipes-qt/qt-apps/qmmp_0.6.1.bb with 56% similarity]