From 4c1f65431165004cdd883220d1249ba28f5d92df Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 6 Apr 2017 14:17:20 +1200 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta-poky/conf/distro/include/poky-world-exclude.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-poky/conf/distro/include/poky-world-exclude.inc b/meta-poky/conf/distro/include/poky-world-exclude.inc index 5194ff1430..a6635b63aa 100644 --- a/meta-poky/conf/distro/include/poky-world-exclude.inc +++ b/meta-poky/conf/distro/include/poky-world-exclude.inc @@ -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"