From: Saul Wold Date: Thu, 14 Oct 2010 15:46:01 +0000 (-0700) Subject: task-poky-qt: Re-Enable MIPS Build and disable fotowall X-Git-Tag: 2011-1~4251 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cb34a1496a7ff946452c236d764bd67320f8b710;p=openembedded-core.git task-poky-qt: Re-Enable MIPS Build and disable fotowall This address a number if issues with fotowall not being ready and [BUGID #462] Qt missing for Mips build Signed-off-by: Saul Wold --- diff --git a/meta/recipes-qt/tasks/task-poky-qt.bb b/meta/recipes-qt/tasks/task-poky-qt.bb index f357ca8337..02fdb31961 100644 --- a/meta/recipes-qt/tasks/task-poky-qt.bb +++ b/meta/recipes-qt/tasks/task-poky-qt.bb @@ -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}"