[oe-commits] Koen Kooi : scons bbclass: convert to new style staging

git version control git at git.openembedded.org
Tue Mar 30 11:06:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 39e783decf0559165750d665a7bcf3d369f6e811
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=39e783decf0559165750d665a7bcf3d369f6e811

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Mar 30 11:11:55 2010 +0200

scons bbclass: convert to new style staging

---

 classes/scons.bbclass |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/classes/scons.bbclass b/classes/scons.bbclass
index b139411..b7007b0 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





More information about the Openembedded-commits mailing list