]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-poky-qt: Re-Enable MIPS Build and disable fotowall
authorSaul Wold <Saul.Wold@intel.com>
Thu, 14 Oct 2010 15:46:01 +0000 (08:46 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 14 Oct 2010 19:12:03 +0000 (20:12 +0100)
This address a number if issues with fotowall not being ready
and [BUGID #462] Qt missing for Mips build

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/recipes-qt/tasks/task-poky-qt.bb

index f357ca833723217d3edd83baf28a17cfe0d93f9b..02fdb3196123d9fcb2ce5382a6f0064bd855591b 100644 (file)
@@ -14,8 +14,7 @@ PACKAGES = "\
 
 ALLOW_EMPTY = "1"
 
-QTDEMOS ?= "fotowall quicky ${COMMERCIAL_QT}"
-QTDEMOS_mips ?= ""
-QTDEMOS_mipsel ?= ""
+QTDEMOS ?= "quicky ${COMMERCIAL_QT}"
+QTDEMOS_disabled = "fotowall"
 
 RDEPENDS_task-poky-qt-demos = "${QTDEMOS}"