diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-07 14:54:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-09 09:24:56 +0100 |
commit | e6fd594934da66a2a0922be2bbd1081643f5e0e1 (patch) | |
tree | 166356c2326b81bb5d6bc7acd16e9a81d0460723 /meta-poky/conf/distro | |
parent | 803b97a32effce3f0d1be11989406c7b63b86ac3 (diff) | |
download | poky-e6fd594934da66a2a0922be2bbd1081643f5e0e1.tar.gz |
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 <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/distro')
-rw-r--r-- | meta-poky/conf/distro/include/poky-world-exclude.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-poky/conf/distro/include/poky-world-exclude.inc b/meta-poky/conf/distro/include/poky-world-exclude.inc index a6635b63aa..1a2dea5859 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 @@ | |||
2 | # Things we exlude fromw world testing within the reference distro | 2 | # Things we exlude fromw world testing within the reference distro |
3 | # | 3 | # |
4 | 4 | ||
5 | # qwt from meta-qt4, has poky-lsb QA warnings, qt4 for lsb only | ||
6 | EXCLUDE_FROM_WORLD_pn-qwt = "1" | ||
7 | # python-pyqt from meta-qt4 requires sip from meta-oe | ||
8 | EXCLUDE_FROM_WORLD_pn-python-pyqt = "1" | ||