All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu: Drop BROKEN usage
@ 2015-10-01 13:21 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2015-10-01 13:21 UTC (permalink / raw)
  To: openembedded-core

BROKEN support was removed from bitbake back in 2013. These lines just
increase parsing time, remove them.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 738bf2b..bbfdf78 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -129,9 +129,4 @@ PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls"
 
 EXTRA_OECONF += "${@bb.utils.contains('PACKAGECONFIG', 'alsa', '--audio-drv-list=oss,alsa', '', d)}"
 
-# Qemu target will not build in world build for ARM or Mips
-BROKEN_qemuarm = "1"
-BROKEN_qemumips64 = "1"
-BROKEN_qemumips = "1"
-
 INSANE_SKIP_${PN} = "arch"




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

only message in thread, other threads:[~2015-10-01 13:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01 13:21 [PATCH] qemu: Drop BROKEN usage Richard Purdie

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.