Fixed build breakage in iasl-native

Signed-off-by: David Nyström <david.nystrom@enea.com>
This commit is contained in:
David Nyström 2013-01-22 13:40:03 +01:00
parent da3865d5fb
commit e00b223262

View File

@ -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() {