]> code.ossystems Code Review - openembedded-core.git/commitdiff
libacpi: remove patch that is no longer needed by upstream
authorSaul Wold <sgw@linux.intel.com>
Tue, 21 Dec 2010 09:07:50 +0000 (01:07 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 21 Dec 2010 09:29:13 +0000 (09:29 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-bsp/libacpi/libacpi_0.2.bb

index 83d7cba71c36f44a4203ddf5e672db2873d2fa31..b1828645165dddab83754970040fc263fa3bc3ee 100644 (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}
 }