From 193f5ea973ce39788eed1391d1395d4b55b41934 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 26 Sep 2011 21:11:29 +0100 Subject: 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 --- meta/recipes-bsp/grub/grub_1.99.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-bsp') 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 () { FILES_${PN}-doc = "${datadir}" FILES_${PN} = "/usr /etc" - +INSANE_SKIP_${PN} = "arch" -- cgit v1.2.3-54-g00ecf