poky-world-exclude.inc: add python-pyqt

python-pyqt in meta-qt4 is about to require sip 4.19 that only meta-oe
provides; as we only bring in meta-qt4 for LSB, there's no need to be
building this as part of world and it would fail without meta-oe anyway.

(From meta-yocto rev: 202598d670a1d335d2a8de7685244fa7f480bd26)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2017-04-06 14:17:20 +12:00 committed by Richard Purdie
parent 633ad6c9f4
commit 4c1f654311
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@
# qwt from meta-qt4, has poky-lsb QA warnings, qt4 for lsb only
EXCLUDE_FROM_WORLD_pn-qwt = "1"
# python-pyqt from meta-qt4 requires sip from meta-oe
EXCLUDE_FROM_WORLD_pn-python-pyqt = "1"