[oe-commits] Richard Purdie : grub: Fix insane/QA architecture warning

git version control git at git.openembedded.org
Wed Sep 28 10:50:09 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 43723e19eb5a6119c7546dc812428e792999a928
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=43723e19eb5a6119c7546dc812428e792999a928

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Sep 26 21:11:29 2011 +0100

grub: Fix insane/QA architecture warning

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 at linuxfoundation.org>

---

 meta/recipes-bsp/grub/grub_1.99.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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"





More information about the Openembedded-commits mailing list