1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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 <Saul.Wold@intel.com>
This commit is contained in:
Saul Wold
2010-10-14 08:46:01 -07:00
committed by Richard Purdie
parent 229b6630af
commit cb34a1496a
+2 -3
View 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}"