[oe-commits] Robert Schuster : gnumail 1.1.2: Use fixed java and javac paths.

git version control git at git.openembedded.org
Wed Oct 14 11:41:18 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 917267467f664d516a45eef981d70c7e237e32de
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=917267467f664d516a45eef981d70c7e237e32de

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Tue Oct 13 17:10:45 2009 +0200

gnumail 1.1.2: Use fixed java and javac paths.

---

 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 adcb1e8..4e67558 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"





More information about the Openembedded-commits mailing list