mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 02:03:11 +00:00
task-poky-qt.bb: Exclude mips from building
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
parent
d970584799
commit
18ea4d2a30
@ -14,7 +14,8 @@ PACKAGES = "\
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
RDEPENDS_task-poky-qt-demos = "\
|
||||
fotowall \
|
||||
quicky \
|
||||
"
|
||||
QTDEMOS ?= "fotowall quicky"
|
||||
QTDEMOS_mips ?= ""
|
||||
QTDEMOS_mipsel ?= ""
|
||||
|
||||
RDEPENDS_task-poky-qt-demos = "${QTDEMOS}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user