summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/packagegroups
diff options
context:
space:
mode:
authorDengke Du <dengke.du@windriver.com>2016-07-20 04:32:35 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-26 08:56:27 +0100
commit560077821aee107e8fe88e8a99e7efa493aec2d5 (patch)
tree51f25a43a9aa2d9cf6e21ce0cd39a2bcab9ef9f7 /meta/recipes-extended/packagegroups
parente6e05a30b1251cabd1fc88703e6bc619fa19db2d (diff)
downloadpoky-560077821aee107e8fe88e8a99e7efa493aec2d5.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/packagegroups')
-rw-r--r--meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb11
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 = "\
200 python-misc \ 200 python-misc \
201" 201"
202 202
203def get_libqt3(d):
204 if 'linuxstdbase' in d.getVar('DISTROOVERRIDES', False) or "":
205 if 'qt3' in d.getVar('BBFILE_COLLECTIONS', False) or "":
206 return 'libqt-mt3'
207
208 bb.warn('The meta-qt3 layer should be added, this layer provides Qt 3.x ' \
209 'libraries. Its intended use is for passing LSB tests as Qt3 is ' \
210 'a requirement for LSB.')
211 return ''
212
213QT4PKGS = " \ 203QT4PKGS = " \
214 libqtcore4 \ 204 libqtcore4 \
215 libqtgui4 \ 205 libqtgui4 \
@@ -254,7 +244,6 @@ RDEPENDS_packagegroup-core-lsb-desktop = "\
254 atk \ 244 atk \
255 libasound \ 245 libasound \
256 ${@get_libqt4(d)} \ 246 ${@get_libqt4(d)} \
257 ${@get_libqt3(d)} \
258" 247"
259 248
260RDEPENDS_packagegroup-core-lsb-runtime-add = "\ 249RDEPENDS_packagegroup-core-lsb-runtime-add = "\