mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
packagegroup-core-lsb: set COMPATIBLE_HOST to mips64
qt4 related packages which are included in packagegroup-core-lsb can NOT built for mips64 with 64 bits userspace, so block packagegroup-core-lsb from build for such platform. (From OE-Core rev: d82991e552479b1ab7aa055e48d55a72d828c2fb) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -7,6 +7,8 @@ DESCRIPTION = "Packages required to satisfy the Linux Standard Base (LSB) specif
|
||||
PR = "r10"
|
||||
LICENSE = "MIT"
|
||||
|
||||
COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGES = "\
|
||||
|
||||
Reference in New Issue
Block a user