diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-10-13 17:10:45 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-10-13 17:11:30 +0200 |
commit | 917267467f664d516a45eef981d70c7e237e32de (patch) | |
tree | 9df13f51e64c84b247b67be2f7515e5633fb8975 /recipes | |
parent | 0b6a6895cffce4264829da2ecbe06d674659c9f7 (diff) |
gnumail 1.1.2: Use fixed java and javac paths.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/classpathx/gnumail_1.1.2.bb | 4 |
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" |