diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-26 21:11:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-28 14:58:50 +0100 |
commit | 193f5ea973ce39788eed1391d1395d4b55b41934 (patch) | |
tree | 0755b37b162bfe04e0860dbb153bf6ba932315f8 | |
parent | 2829e21efc70e7fc7092ff4dcd1cbb8f168983d9 (diff) | |
download | poky-193f5ea973ce39788eed1391d1395d4b55b41934.tar.gz |
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.
(From OE-Core rev: 43723e19eb5a6119c7546dc812428e792999a928)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 b910b5a4a0..ba41e8f28f 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 () { | |||
41 | 41 | ||
42 | FILES_${PN}-doc = "${datadir}" | 42 | FILES_${PN}-doc = "${datadir}" |
43 | FILES_${PN} = "/usr /etc" | 43 | FILES_${PN} = "/usr /etc" |
44 | 44 | INSANE_SKIP_${PN} = "arch" | |