All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: make the dev86-native dependency specific to x86-64 target
@ 2019-04-16 22:23 christopher.w.clark
  0 siblings, 0 replies; only message in thread
From: christopher.w.clark @ 2019-04-16 22:23 UTC (permalink / raw)
  To: meta-virtualization

From: Christopher Clark <christopher.w.clark@gmail.com>

Remove the requirement for x86 tools when building for ARM platforms.

Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
---
 recipes-extended/xen/xen.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index b357824..52780d6 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -25,8 +25,8 @@ PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd,"
 PACKAGECONFIG[hvm] = "--with-system-seabios="/usr/share/firmware/bios.bin",--disable-seabios,seabios ipxe vgabios,"
 
 DEPENDS = " \
+    ${@bb.utils.contains('XEN_TARGET_ARCH', 'x86_64', 'dev86-native', '', d)} \
     bison-native \
-    dev86-native \
     flex-native \
     file-native \
     gettext-native \
-- 
2.17.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-16 22:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16 22:23 [PATCH] xen: make the dev86-native dependency specific to x86-64 target christopher.w.clark

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.