diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-17 10:01:40 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-17 22:25:25 +0100 |
commit | b4def683898ecfa0330a45576c378be4fb007a5f (patch) | |
tree | 7dc914185d25b938c02de6d0a7cb00f746d83c3f /meta/packages | |
parent | 0756b3138393bdcc4e0feb4bad47a4dd3a972537 (diff) | |
download | poky-b4def683898ecfa0330a45576c378be4fb007a5f.tar.gz |
qemugl: Relax COMPATIBLE_MACHINE slightly for x86_64 case
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/mesa/qemugl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/mesa/qemugl_git.bb b/meta/packages/mesa/qemugl_git.bb index 576ca62f67..138f59d1c8 100644 --- a/meta/packages/mesa/qemugl_git.bb +++ b/meta/packages/mesa/qemugl_git.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPL" | |||
5 | 5 | ||
6 | DEPENDS = "virtual/libx11 xproto glproto libxfixes" | 6 | DEPENDS = "virtual/libx11 xproto glproto libxfixes" |
7 | 7 | ||
8 | COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)' | 8 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' |
9 | 9 | ||
10 | SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \ | 10 | SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \ |
11 | file://versionfix.patch;patch=1" | 11 | file://versionfix.patch;patch=1" |