summaryrefslogtreecommitdiff
path: root/recipes/erlang/erlang-native_R13B01.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-08-28 16:49:45 +0200
committerKoen Kooi <koen@openembedded.org>2009-08-28 16:49:45 +0200
commit250a96582eefcdc14439c3e579059223cc0251f9 (patch)
tree5d7ebda59f5db81d26aae0d9fb943f431dd1370e /recipes/erlang/erlang-native_R13B01.bb
parent039ba48ab1e7a94ff7463c68a59bb03b854969c8 (diff)
erlang: also blacklist java 1.5
Diffstat (limited to 'recipes/erlang/erlang-native_R13B01.bb')
-rw-r--r--recipes/erlang/erlang-native_R13B01.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/erlang/erlang-native_R13B01.bb b/recipes/erlang/erlang-native_R13B01.bb
index bc0e343b42..0e69dcee83 100644
--- a/recipes/erlang/erlang-native_R13B01.bb
+++ b/recipes/erlang/erlang-native_R13B01.bb
@@ -2,13 +2,16 @@ include erlang.inc
inherit native
+PR = "r1"
+
# 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
+ ac_cv_prog_javac_ver_1_5=no \
+ oe_runconf
}
do_compile_prepend() {