diff options
author | Dengke Du <dengke.du@windriver.com> | 2016-07-20 04:32:35 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-25 23:46:57 +0100 |
commit | 89771f2dfc58b83a457147f8498214d7a2bfae43 (patch) | |
tree | 60b7d3a8f907bddbc3813adb234e6d2c7ae8e080 /meta/recipes-extended/packagegroups | |
parent | 3f859816aef3c3dba35cfbea15f0c56483205544 (diff) | |
download | openembedded-core-89771f2dfc58b83a457147f8498214d7a2bfae43.tar.gz openembedded-core-89771f2dfc58b83a457147f8498214d7a2bfae43.tar.bz2 openembedded-core-89771f2dfc58b83a457147f8498214d7a2bfae43.zip |
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 <dengke.du@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/packagegroups')
-rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 11 |
1 files changed, 0 insertions, 11 deletions
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 = "\ |