diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-21 01:07:50 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 09:29:13 +0000 |
commit | 5f50a9ff90dea8775bd5f177eced6548571464cf (patch) | |
tree | 712abfb8fd82a99e3595da337494476dca21513b /meta/recipes-bsp | |
parent | 7b93c57fa399999aa57976c59108e279f0910ef1 (diff) | |
download | openembedded-core-5f50a9ff90dea8775bd5f177eced6548571464cf.tar.gz openembedded-core-5f50a9ff90dea8775bd5f177eced6548571464cf.tar.bz2 openembedded-core-5f50a9ff90dea8775bd5f177eced6548571464cf.zip |
libacpi: remove patch that is no longer needed by upstream
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/libacpi/libacpi_0.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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} } |