summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
index 224ff19819..61b35e6892 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
@@ -202,31 +202,6 @@ RDEPENDS_packagegroup-core-lsb-python = "\
202 python-misc \ 202 python-misc \
203" 203"
204 204
205QT4PKGS = " \
206 libqtcore4 \
207 libqtgui4 \
208 libqtsql4 \
209 libqtsvg4 \
210 libqtxml4 \
211 libqtnetwork4 \
212 qt4-plugin-sqldriver-sqlite \
213 ${@bb.utils.contains("DISTRO_FEATURES", "opengl", "libqtopengl4", "", d)} \
214 "
215QT4PKGS_mips64 = ""
216QT4PKGS_mips64n32 = ""
217
218def get_libqt4(d):
219 if 'linuxstdbase' in d.getVar('DISTROOVERRIDES', False) or "":
220 if 'qt4' in d.getVar('BBFILE_COLLECTIONS', False) or "":
221 return d.getVar('QT4PKGS', False)
222
223 bb.warn('The meta-qt4 layer should be added, this layer provides Qt 4.x ' \
224 'libraries. Its intended use is for passing LSB tests as Qt4 is ' \
225 'a requirement for LSB.')
226 return ''
227# We don't want this to rebuild every time you change your layer config
228get_libqt4[vardepsexclude] += "BBFILE_COLLECTIONS"
229
230SUMMARY_packagegroup-core-lsb-desktop = "LSB Desktop" 205SUMMARY_packagegroup-core-lsb-desktop = "LSB Desktop"
231DESCRIPTION_packagegroup-core-lsb-desktop = "Packages required to support libraries \ 206DESCRIPTION_packagegroup-core-lsb-desktop = "Packages required to support libraries \
232 specified in the LSB Desktop specification" 207 specified in the LSB Desktop specification"
@@ -247,7 +222,6 @@ RDEPENDS_packagegroup-core-lsb-desktop = "\
247 gtk+ \ 222 gtk+ \
248 atk \ 223 atk \
249 libasound \ 224 libasound \
250 ${@get_libqt4(d)} \
251" 225"
252 226
253RDEPENDS_packagegroup-core-lsb-runtime-add = "\ 227RDEPENDS_packagegroup-core-lsb-runtime-add = "\