[oe-commits] Khem Raj : gnumail_1.1.2.bb: Point inetlib to java data dir in target staging area.

git version control git at git.openembedded.org
Fri Sep 3 17:46:49 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 65c8f0a20ea3fe4d22c04d3a0c3a9f85d4ca1e53
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=65c8f0a20ea3fe4d22c04d3a0c3a9f85d4ca1e53

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Sep  2 16:56:37 2010 -0700

gnumail_1.1.2.bb: Point inetlib to java data dir in target staging area.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/classpathx/gnumail_1.1.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/classpathx/gnumail_1.1.2.bb b/recipes/classpathx/gnumail_1.1.2.bb
index 3eab0f6..f4a8f87 100644
--- a/recipes/classpathx/gnumail_1.1.2.bb
+++ b/recipes/classpathx/gnumail_1.1.2.bb
@@ -23,7 +23,7 @@ export JAVA = "${STAGING_BINDIR_NATIVE}/java"
 export JAVADOC = "true"
 
 EXTRA_OECONF = "\
-  --with-inetlib-jar=${STAGING_DATADIR_JAVA} \
+  --with-inetlib-jar=${STAGING_DIR_TARGET}${datadir_java} \
   --with-activation-jar=${STAGING_DATADIR_JAVA} \
   "
 





More information about the Openembedded-commits mailing list