From 5f50a9ff90dea8775bd5f177eced6548571464cf Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 21 Dec 2010 01:07:50 -0800 Subject: libacpi: remove patch that is no longer needed by upstream Signed-off-by: Saul Wold --- meta/recipes-bsp/libacpi/libacpi_0.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-bsp/libacpi/libacpi_0.2.bb b/meta/recipes-bsp/libacpi/libacpi_0.2.bb index 83d7cba71c..b182864516 100644 --- a/meta/recipes-bsp/libacpi/libacpi_0.2.bb +++ b/meta/recipes-bsp/libacpi/libacpi_0.2.bb @@ -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} } -- cgit v1.2.3-54-g00ecf