summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xen/xen.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index c8fad6c5..82bb3d28 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -6,7 +6,7 @@ PR = "r0"
6 6
7LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df" 7LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df"
8 8
9COMPATIBLE_HOST = '(x86_64.*).*-linux' 9COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux'
10 10
11inherit autotools-brokensep gettext setuptools update-rc.d 11inherit autotools-brokensep gettext setuptools update-rc.d
12 12