From ab51c283d03e9c021477f0a90d5604e7de1e83ae Mon Sep 17 00:00:00 2001 From: Dengke Du Date: Wed, 20 Jul 2016 02:28:23 -0400 Subject: 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. Signed-off-by: Dengke Du --- meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb') diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb index 5a32c52ec5..29564e0c9d 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb @@ -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 = "\ -- cgit 1.2.3-korg