diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-25 12:35:27 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-25 12:35:27 +0000 |
| commit | caf3b5b1bc3733abcf7a180a411b23d37ab9295c (patch) | |
| tree | 8f2555acc4ca6ac720e140c6489ff73d9d5d6ea3 | |
| parent | b9836e5513d0fccca349789032153ee57e903b4b (diff) | |
| download | poky-caf3b5b1bc3733abcf7a180a411b23d37ab9295c.tar.gz | |
scons.bbclass: sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1555 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/classes/scons.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/scons.bbclass b/meta/classes/scons.bbclass index 89b5da2d0e..adcb57f39e 100644 --- a/meta/classes/scons.bbclass +++ b/meta/classes/scons.bbclass | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | DEPENDS += "python-scons-native" | 1 | DEPENDS += "python-scons-native" |
| 2 | 2 | ||
| 3 | scons_do_compile() { | 3 | scons_do_compile() { |
| 4 | ${STAGING_BINDIR_NATIVE}/scons || \ | 4 | ${STAGING_BINDIR_NATIVE}/scons PREFIX=${prefix} prefix=${prefix} || \ |
| 5 | oefatal "scons build execution failed." | 5 | oefatal "scons build execution failed." |
| 6 | } | 6 | } |
| 7 | 7 | ||
| 8 | scons_do_install() { | 8 | scons_do_install() { |
| 9 | ${STAGING_BINDIR_NATIVE}/scons install || \ | 9 | ${STAGING_BINDIR_NATIVE}/scons PREFIX=${D}${prefix} prefix=${D}${prefix} install || \ |
| 10 | oefatal "scons install execution failed." | 10 | oefatal "scons install execution failed." |
| 11 | } | 11 | } |
| 12 | 12 | ||
