diff options
author | Koen Kooi <koen@openembedded.org> | 2009-08-27 20:57:21 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-27 20:57:21 +0200 |
commit | 0d12f0b648edb69c5927a5c73ed1541a3d33352c (patch) | |
tree | aab2d53399e8e47c7e0f4e2f33a8e28974e8f4b9 /recipes/erlang/erlang-native_R13B01.bb | |
parent | 4923ae44c9e97a91deef41ecfec06227996c85fa (diff) |
erlang: start updating erlang to R13B01
* now it's Crofton's turn to work on it :)
Diffstat (limited to 'recipes/erlang/erlang-native_R13B01.bb')
-rw-r--r-- | recipes/erlang/erlang-native_R13B01.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/erlang/erlang-native_R13B01.bb b/recipes/erlang/erlang-native_R13B01.bb new file mode 100644 index 0000000000..bc0e343b42 --- /dev/null +++ b/recipes/erlang/erlang-native_R13B01.bb @@ -0,0 +1,24 @@ +include erlang.inc + +inherit native + +# EXTRA_OEMAKE = 'OTP_SMALL_BUILD=true' +EXTRA_OECONF = '--without-ssl' + +do_configure() { + TARGET=${HOST_SYS} \ + ac_cv_prog_javac_ver_1_2=no \ + oe_runconf +} + +do_compile_prepend() { + export TARGET=${HOST_SYS} +} + +do_stage_prepend() { + export TARGET=${HOST_SYS} +} + +do_install_prepend() { + export TARGET=${HOST_SYS} +} |