summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2022-10-10 17:21:05 -0300
committerKhem Raj <raj.khem@gmail.com>2022-10-10 13:53:51 -0700
commit022e65ccd4c900472e3772ddd461c4040cc816e8 (patch)
tree551890bd10748676728bf67f5ac0630430ce52fc /meta-networking
parent3fda6ca36277102f83dd827bddb75f80d4177b71 (diff)
downloadmeta-openembedded-022e65ccd4c900472e3772ddd461c4040cc816e8.tar.gz
spice: Include aarch64 to COMPATIBLE_HOST
Allow spice to be built on ARM64 as well, so add aarch64 entry to COMPATIBLE_HOST. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb
index 1887a5582f..b3e687476b 100644
--- a/meta-networking/recipes-support/spice/spice_git.bb
+++ b/meta-networking/recipes-support/spice/spice_git.bb
@@ -58,7 +58,7 @@ PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus,"
58PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,," 58PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,,"
59PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama," 59PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama,"
60 60
61COMPATIBLE_HOST = '(x86_64|i.86).*-linux' 61COMPATIBLE_HOST = '(x86_64|i.86|aarch64).*-linux'
62 62
63BBCLASSEXTEND = "native nativesdk" 63BBCLASSEXTEND = "native nativesdk"
64 64