From e00b22326246fa9dc6bc6b8923fc2d8accdee8d3 Mon Sep 17 00:00:00 2001 From: David Nyström Date: Tue, 22 Jan 2013 13:40:03 +0100 Subject: Fixed build breakage in iasl-native MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Nyström --- recipes-extended/iasl/iasl_20120215.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/iasl/iasl_20120215.bb b/recipes-extended/iasl/iasl_20120215.bb index 9474e563..b48e380f 100644 --- a/recipes-extended/iasl/iasl_20120215.bb +++ b/recipes-extended/iasl/iasl_20120215.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.acpica.org/" LICENSE = "Intel" LIC_FILES_CHKSUM = "file://asldefine.h;endline=115;md5=d4d7cf809b8b5e03131327b3f718e8f0" SECTION = "console/tools" -PR="r0" +PR="r1" DEPENDS="flex bison" @@ -18,7 +18,7 @@ NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" do_compile() { - CFLAGS= $MAKE + CFLAGS="-Wno-error=redundant-decls" $MAKE } do_install() { -- cgit v1.2.3-54-g00ecf