mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
qemugl: Relax COMPATIBLE_MACHINE slightly for x86_64 case
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -5,7 +5,7 @@ LICENSE = "GPL"
|
||||
|
||||
DEPENDS = "virtual/libx11 xproto glproto libxfixes"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
|
||||
COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)'
|
||||
|
||||
SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \
|
||||
file://versionfix.patch;patch=1"
|
||||
|
||||
Reference in New Issue
Block a user