From: Koen Kooi Date: Tue, 30 Mar 2010 09:11:55 +0000 (+0200) Subject: scons bbclass: convert to new style staging X-Git-Tag: Release-2010-05/1~152^2~149^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e783decf0559165750d665a7bcf3d369f6e811;p=openembedded.git scons bbclass: convert to new style staging --- diff --git a/classes/scons.bbclass b/classes/scons.bbclass index b139411c19..b7007b03a6 100644 --- a/classes/scons.bbclass +++ b/classes/scons.bbclass @@ -11,10 +11,4 @@ scons_do_install() { oefatal "scons install execution failed." } -scons_do_stage() { - install -d ${D}${prefix} - ${STAGING_BINDIR_NATIVE}/scons PREFIX=${STAGING_DIR_HOST}/${prefix} prefix=${STAGING_DIR_HOST}/${prefix} install || \ - oefatal "scons stage execution failed." -} - -EXPORT_FUNCTIONS do_compile do_install do_stage +EXPORT_FUNCTIONS do_compile do_install