summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-03-21 12:12:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 15:33:05 +0000
commit8ad75a6e7834cef95905f688fb7d593361cd3fdd (patch)
tree52f089bc9958b130be0653af5f6887c6c669e71c /meta/recipes-bsp
parent27139083debbad2e24a197a30c5cfda714a64c98 (diff)
downloadpoky-8ad75a6e7834cef95905f688fb7d593361cd3fdd.tar.gz
libacpi: fix stripped file warning
Fix the following package warning: WARNING: File '/usr/bin/test-libacpi' from libacpi was already stripped, this will prevent future debugging! (From OE-Core rev: 678b895fba610c71fcbb13555bf96322dcb15aea) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/libacpi/libacpi_0.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-bsp/libacpi/libacpi_0.2.bb b/meta/recipes-bsp/libacpi/libacpi_0.2.bb
index 2d98fae1af..1a6dc975d7 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"
5HOMEPAGE = "http://www.ngolde.de/libacpi.html" 5HOMEPAGE = "http://www.ngolde.de/libacpi.html"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=fec17f82f16630adf2dfb7d2a46f21c5" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=fec17f82f16630adf2dfb7d2a46f21c5"
8PR = "r4" 8PR = "r5"
9 9
10SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \ 10SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \
11 file://makefile-fix.patch \ 11 file://makefile-fix.patch \
@@ -23,6 +23,7 @@ FILES_${PN}-bin = "${bindir}"
23COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' 23COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
24 24
25CFLAGS += "-fPIC" 25CFLAGS += "-fPIC"
26EXTRA_OEMAKE += 'STRIP="echo"'
26 27
27do_install() { 28do_install() {
28 oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix} 29 oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix}