]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub: Fix insane/QA architecture warning
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Sep 2011 20:11:29 +0000 (21:11 +0100)
committerSaul Wold <sgw@linux.intel.com>
Wed, 28 Sep 2011 06:54:27 +0000 (23:54 -0700)
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>
meta/recipes-bsp/grub/grub_1.99.bb

index b910b5a4a080599297c676cd46862de3fc3aa63c..ba41e8f28fdb0b8fe39839014123094120dab2fb 100644 (file)
@@ -41,4 +41,4 @@ do_install_append () {
 
 FILES_${PN}-doc = "${datadir}"
 FILES_${PN} = "/usr /etc"
-
+INSANE_SKIP_${PN} = "arch"