packagegroup-core-lsb: Limit mips64 issues to qt4 packages only

The COMPATIBLE_HOST setting was only there for mips64 issues. Move that
restriction to the qt4 packages themselves so the rest of the lsb images can
be built.

(From OE-Core rev: ef7968dbded62cfce91e4f44bc96e8d04b076f15)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-03-29 22:49:39 +00:00
parent 0bc2d87489
commit 42d0824067
1 changed files with 11 additions and 8 deletions

View File

@ -7,8 +7,6 @@ DESCRIPTION = "Packages required to satisfy the Linux Standard Base (LSB) specif
PR = "r10"
LICENSE = "MIT"
COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
inherit packagegroup
PACKAGES = "\
@ -203,23 +201,28 @@ def get_libqt3(d):
bb.warn('a requirement for LSB')
return ''
SUMMARY_packagegroup-core-lsb-desktop = "LSB Desktop"
DESCRIPTION_packagegroup-core-lsb-desktop = "Packages required to support libraries \
specified in the LSB Desktop specification"
RDEPENDS_packagegroup-core-lsb-desktop = "\
QT4PKGS = " \
libqtcore4 \
libqtgui4 \
libqtsql4 \
libqtsvg4 \
libqtxml4 \
libqtnetwork4 \
qt4-plugin-sqldriver-sqlite \
${@base_contains("DISTRO_FEATURES", "opengl", "libqtopengl4", "", d)} \
"
QT4PKGS_mips64 = ""
SUMMARY_packagegroup-core-lsb-desktop = "LSB Desktop"
DESCRIPTION_packagegroup-core-lsb-desktop = "Packages required to support libraries \
specified in the LSB Desktop specification"
RDEPENDS_packagegroup-core-lsb-desktop = "\
libxt \
libxxf86vm \
libdrm \
libglu \
libxi \
libxtst \
qt4-plugin-sqldriver-sqlite \
libx11-locale \
xorg-minimal-fonts \
gdk-pixbuf-loader-ico \
@ -230,7 +233,7 @@ RDEPENDS_packagegroup-core-lsb-desktop = "\
gtk+ \
atk \
libasound \
${@base_contains("DISTRO_FEATURES", "opengl", "libqtopengl4", "", d)} \
${QT4PKGS} \
${@get_libqt3(d)} \
"