diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-30 11:11:55 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-30 11:11:55 +0200 |
commit | 39e783decf0559165750d665a7bcf3d369f6e811 (patch) | |
tree | 69bfafcb82ab1ee69b5b40629a7067cb0b2429f5 | |
parent | 727155180897981773a829feec33faa81bd22833 (diff) |
scons bbclass: convert to new style staging
-rw-r--r-- | classes/scons.bbclass | 8 |
1 files changed, 1 insertions, 7 deletions
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 |