From aca435f2381f8ec793074c10533ce9d97a1c578e Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Thu, 30 Sep 2010 16:58:10 +0800 Subject: qmmp: add qmmp into image (Bug 301) 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 --- meta/recipes-qt/tasks/task-poky-qt.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-qt/tasks') diff --git a/meta/recipes-qt/tasks/task-poky-qt.bb b/meta/recipes-qt/tasks/task-poky-qt.bb index 95d06fdd6a..5990d4df05 100644 --- a/meta/recipes-qt/tasks/task-poky-qt.bb +++ b/meta/recipes-qt/tasks/task-poky-qt.bb @@ -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 ?= "" -- cgit v1.2.3-54-g00ecf