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 | poky-5f50a9ff90dea8775bd5f177eced6548571464cf.tar.gz |
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" | |||
5 | HOMEPAGE = "http://www.ngolde.de/libacpi.html" | 5 | HOMEPAGE = "http://www.ngolde.de/libacpi.html" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fec17f82f16630adf2dfb7d2a46f21c5" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fec17f82f16630adf2dfb7d2a46f21c5" |
8 | PR = "r1" | 8 | PR = "r2" |
9 | 9 | ||
10 | SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \ | 10 | SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \ |
11 | file://makefile-fix.patch;patch=1 " | 11 | file://makefile-fix.patch;patch=1 " |
@@ -20,6 +20,8 @@ FILES_${PN}-bin = "${bindir}" | |||
20 | 20 | ||
21 | COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' | 21 | COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' |
22 | 22 | ||
23 | CFLAGS += "-fPIC" | ||
24 | |||
23 | do_install() { | 25 | do_install() { |
24 | oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix} | 26 | oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix} |
25 | } | 27 | } |