summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-07-25 15:17:18 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-25 09:09:15 -0400
commit955d8a234e748abe538dedd1602f3e4adfd30ff5 (patch)
tree933c372b4365ea10a5722a466cd07187a6c66669
parent2d28f71f9e8d3ad573ee92365de4e8a4df8a9b06 (diff)
downloadmeta-cloud-services-955d8a234e748abe538dedd1602f3e4adfd30ff5.tar.gz
spice: set COMPATIBLE_HOST
Set COMPATIBLE_HOST to restrict building only for x86 archs. The configure script clearly requires x86 archs. Message is as below. Only x86 and x86-64 are supported Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-support/spice/spice_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-support/spice/spice_git.bb b/recipes-support/spice/spice_git.bb
index cf5c569..cfb75d7 100644
--- a/recipes-support/spice/spice_git.bb
+++ b/recipes-support/spice/spice_git.bb
@@ -71,3 +71,5 @@ do_install_append() {
71 oe_runmake DESTDIR="${D}" install 71 oe_runmake DESTDIR="${D}" install
72 cd - 72 cd -
73} 73}
74
75COMPATIBLE_HOST = '(x86_64|i.86).*-linux'