summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2019-04-16 15:23:30 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-04-18 09:33:24 -0400
commit3038a912be24f7586dba4c70ec96d01a6c9f1852 (patch)
tree4c6b696cc2211c81bbc1c8c395698b1be86fb6a1
parent9168b0ce83104b2c10b74aacda09f0aeeafc6aa9 (diff)
downloadmeta-virtualization-3038a912be24f7586dba4c70ec96d01a6c9f1852.tar.gz
xen: make the dev86-native dependency specific to x86-64 target
Remove the requirement for x86 tools when building for ARM platforms. Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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 b3578240..52780d67 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -25,8 +25,8 @@ PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd,"
25PACKAGECONFIG[hvm] = "--with-system-seabios="/usr/share/firmware/bios.bin",--disable-seabios,seabios ipxe vgabios," 25PACKAGECONFIG[hvm] = "--with-system-seabios="/usr/share/firmware/bios.bin",--disable-seabios,seabios ipxe vgabios,"
26 26
27DEPENDS = " \ 27DEPENDS = " \
28 ${@bb.utils.contains('XEN_TARGET_ARCH', 'x86_64', 'dev86-native', '', d)} \
28 bison-native \ 29 bison-native \
29 dev86-native \
30 flex-native \ 30 flex-native \
31 file-native \ 31 file-native \
32 gettext-native \ 32 gettext-native \