From 955d8a234e748abe538dedd1602f3e4adfd30ff5 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 25 Jul 2017 15:17:18 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-support/spice/spice_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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() { oe_runmake DESTDIR="${D}" install cd - } + +COMPATIBLE_HOST = '(x86_64|i.86).*-linux' -- cgit v1.2.3-54-g00ecf