gnumail 1.1.2: Use fixed java and javac paths.
authorRobert Schuster <robertschuster@fsfe.org>
Tue, 13 Oct 2009 15:10:45 +0000 (17:10 +0200)
committerRobert Schuster <robertschuster@fsfe.org>
Tue, 13 Oct 2009 15:11:30 +0000 (17:11 +0200)
recipes/classpathx/gnumail_1.1.2.bb

index adcb1e8..4e67558 100644 (file)
@@ -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"