libacpi: remove patch that is no longer needed by upstream

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2010-12-21 01:07:50 -08:00 committed by Richard Purdie
parent 7b93c57fa3
commit 5f50a9ff90
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ SECTION = "base"
HOMEPAGE = "http://www.ngolde.de/libacpi.html"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fec17f82f16630adf2dfb7d2a46f21c5"
PR = "r1"
PR = "r2"
SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \
file://makefile-fix.patch;patch=1 "
@ -20,6 +20,8 @@ FILES_${PN}-bin = "${bindir}"
COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
CFLAGS += "-fPIC"
do_install() {
oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix}
}