aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/classpathx
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2009-10-13 17:10:45 +0200
committerRobert Schuster <robertschuster@fsfe.org>2009-10-13 17:11:30 +0200
commit917267467f664d516a45eef981d70c7e237e32de (patch)
tree9df13f51e64c84b247b67be2f7515e5633fb8975 /recipes/classpathx
parent0b6a6895cffce4264829da2ecbe06d674659c9f7 (diff)
downloadopenembedded-917267467f664d516a45eef981d70c7e237e32de.tar.gz
gnumail 1.1.2: Use fixed java and javac paths.
Diffstat (limited to 'recipes/classpathx')
-rw-r--r--recipes/classpathx/gnumail_1.1.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/classpathx/gnumail_1.1.2.bb b/recipes/classpathx/gnumail_1.1.2.bb
index adcb1e8c1f..4e67558067 100644
--- a/recipes/classpathx/gnumail_1.1.2.bb
+++ b/recipes/classpathx/gnumail_1.1.2.bb
@@ -13,8 +13,8 @@ S = "${WORKDIR}/mail-${PV}"
DEPENDS = "fastjar-native gnujaf inetlib"
-export JAVAC = "javac"
-export JAVA = "java"
+export JAVAC = "${STAGING_BINDIR_NATIVE}/javac"
+export JAVA = "${STAGING_BINDIR_NATIVE}/java"
# Fake javadoc
export JAVADOC = "true"