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