From 8ad75a6e7834cef95905f688fb7d593361cd3fdd Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 21 Mar 2012 12:12:41 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-bsp/libacpi/libacpi_0.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" HOMEPAGE = "http://www.ngolde.de/libacpi.html" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=fec17f82f16630adf2dfb7d2a46f21c5" -PR = "r4" +PR = "r5" SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \ file://makefile-fix.patch \ @@ -23,6 +23,7 @@ FILES_${PN}-bin = "${bindir}" COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' CFLAGS += "-fPIC" +EXTRA_OEMAKE += 'STRIP="echo"' do_install() { oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix} -- cgit v1.2.3-54-g00ecf