LSB: 4.1.0 -> 5.0

According to the LSB 5.0 Release Notes, FHS Released, Qt3 removed
and evoloved its module strategy which you can access from the
site:
	https://wiki.linuxfoundation.org/en/ReleaseNotes50

So we make two changes to comply with the LSB 5.0:
1. Remove the lsb-test-qt3-azov-*.rpm test package and delete the
   test session.
2. Update the test packages.

(From OE-Core rev: 89771f2dfc58b83a457147f8498214d7a2bfae43)

Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dengke Du
2016-07-20 04:32:35 -04:00
committed by Richard Purdie
parent e6e05a30b1
commit 560077821a
4 changed files with 29 additions and 51 deletions

View File

@@ -200,16 +200,6 @@ RDEPENDS_packagegroup-core-lsb-python = "\
python-misc \
"
def get_libqt3(d):
if 'linuxstdbase' in d.getVar('DISTROOVERRIDES', False) or "":
if 'qt3' in d.getVar('BBFILE_COLLECTIONS', False) or "":
return 'libqt-mt3'
bb.warn('The meta-qt3 layer should be added, this layer provides Qt 3.x ' \
'libraries. Its intended use is for passing LSB tests as Qt3 is ' \
'a requirement for LSB.')
return ''
QT4PKGS = " \
libqtcore4 \
libqtgui4 \
@@ -254,7 +244,6 @@ RDEPENDS_packagegroup-core-lsb-desktop = "\
atk \
libasound \
${@get_libqt4(d)} \
${@get_libqt3(d)} \
"
RDEPENDS_packagegroup-core-lsb-runtime-add = "\