From: Alexander Kanavin Date: Mon, 7 Aug 2017 11:54:54 +0000 (+0300) Subject: poky-world-exclude.inc: remove recipes from meta-qt4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6fd594934da66a2a0922be2bbd1081643f5e0e1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky-world-exclude.inc: remove recipes from meta-qt4 Now that meta-qt4 isn't used by the autobuilder, there's no need to exclude broken recipes fron that layer either. (From meta-yocto rev: feb7d9db5979a1b8d5f27c370d01755b50023255) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta-poky/conf/distro/include/poky-world-exclude.inc b/meta-poky/conf/distro/include/poky-world-exclude.inc index a6635b63aa4..1a2dea5859b 100644 --- a/meta-poky/conf/distro/include/poky-world-exclude.inc +++ b/meta-poky/conf/distro/include/poky-world-exclude.inc @@ -2,7 +2,3 @@ # Things we exlude fromw world testing within the reference distro # -# 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"