From: Richard Purdie Date: Tue, 17 Nov 2009 14:05:00 +0000 (+0000) Subject: libacpi: Drop undeeded custom staging function X-Git-Tag: Release-2010-05/1~339^2~25^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04fcc4314b0c28164e3fc09ce5a49d17642d9e48;p=openembedded.git libacpi: Drop undeeded custom staging function Signed-off-by: Richard Purdie --- diff --git a/recipes/libacpi/libacpi_0.2.bb b/recipes/libacpi/libacpi_0.2.bb index f3990306b1..e60d934ea8 100644 --- a/recipes/libacpi/libacpi_0.2.bb +++ b/recipes/libacpi/libacpi_0.2.bb @@ -14,11 +14,6 @@ FILES_${PN}-bin = "${bindir}" COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)' -do_stage() { - install -m 0644 libacpi.h ${STAGING_INCDIR} - oe_libinstall -so libacpi ${STAGING_LIBDIR} -} - do_install() { oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix} }