]> code.ossystems Code Review - openembedded-core.git/commitdiff
qmmp: add qmmp into image (Bug 301)
authorYu Ke <ke.yu@intel.com>
Thu, 30 Sep 2010 08:58:10 +0000 (16:58 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 30 Sep 2010 17:14:06 +0000 (10:14 -0700)
qmmp is not included any image before, because it depends on one moblin recipe taglib. Since now the taglib is included into meta/recipes-support, it is safely to add qmmp into the task-poky-qt.

This commit also add an build time dependency for qmmp, because qmmp use some head files from taglib. Without this, qmmp build failure is occationally observed.

Fix [BUGID #301]

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/recipes-qt/qt-apps/qmmp_0.4.1.bb
meta/recipes-qt/tasks/task-poky-qt.bb

index 5f971e8b47d9135e0873108c2d424ad6afc47183..fd4586c0f28086f63565bf0ddfd18e5345d7e1a0 100644 (file)
@@ -3,7 +3,9 @@ HOMEPAGE = "http://qmmp.ylsoftware.com"
 LICENSE = "GPLv2"
 SECTION = "multimedia"
 
-DEPENDS = "qt4-x11-free"
+PR = "r1"
+
+DEPENDS = "qt4-x11-free taglib"
 RDEPENDS = "qt4-x11-free libmad libvorbis libogg taglib alsa-lib curl"
 
 SRC_URI = "http://qmmp.ylsoftware.com/files/qmmp-0.4.1.tar.bz2"
index 95d06fdd6a84661dbd8ca187d8b171ee5585c368..5990d4df059e7f1de68c49bbf41b7d273a69df97 100644 (file)
@@ -4,7 +4,7 @@
 
 DESCRIPTION = "Qt Tasks for Poky"
 LICENSE = "MIT"
-PR = "r1"
+PR = "r2"
 
 PACKAGES = "\
     task-poky-qt-demos \
@@ -14,7 +14,7 @@ PACKAGES = "\
 
 ALLOW_EMPTY = "1"
 
-QTDEMOS ?= "fotowall quicky"
+QTDEMOS ?= "fotowall quicky qmmp"
 QTDEMOS_mips ?= ""
 QTDEMOS_mipsel ?= ""