* [PATCH] grub: Fix insane/QA architecture warning
@ 2011-09-26 20:11 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2011-09-26 20:11 UTC (permalink / raw)
To: openembedded-core
There is QA warning about this package for an architecture mismatch but
this is inappropriate in this case since the bootloader needs 32 and 64
bit code. We therefore flag the QA check to be skipped.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb
index b910b5a..ba41e8f 100644
--- a/meta/recipes-bsp/grub/grub_1.99.bb
+++ b/meta/recipes-bsp/grub/grub_1.99.bb
@@ -41,4 +41,4 @@ do_install_append () {
FILES_${PN}-doc = "${datadir}"
FILES_${PN} = "/usr /etc"
-
+INSANE_SKIP_${PN} = "arch"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-26 20:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-26 20:11 [PATCH] grub: Fix insane/QA architecture warning Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox