diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:51:16 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:53:49 +0000 |
commit | 2c3206b1e75edb1c7c898891354e85c3fe34a37d (patch) | |
tree | 463da04af8fc273b4ede8bfd64daf2769e0ae5fc | |
parent | 407b82206812c2e6d00f1a73754545351372f2ea (diff) | |
download | meta-virtualization-2c3206b1e75edb1c7c898891354e85c3fe34a37d.tar.gz |
xen: trivial: allow parsing in python3 only oe-core
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/xen/xen.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 628e52bc..36ab78e2 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbb4b1bdc2c3b6743da3c39d03249095" | |||
7 | 7 | ||
8 | COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi' | 8 | COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi' |
9 | 9 | ||
10 | inherit autotools-brokensep setuptools update-rc.d systemd deploy | 10 | inherit autotools-brokensep setuptools3 update-rc.d systemd deploy |
11 | 11 | ||
12 | require xen-arch.inc | 12 | require xen-arch.inc |
13 | 13 | ||