git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f941f5c
)
gnumail_1.1.2.bb: Point inetlib to java data dir in target staging area.
author
Khem Raj
<raj.khem@gmail.com>
Thu, 2 Sep 2010 23:56:37 +0000
(16:56 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Fri, 3 Sep 2010 17:46:31 +0000
(10:46 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/classpathx/gnumail_1.1.2.bb
patch
|
blob
|
history
diff --git
a/recipes/classpathx/gnumail_1.1.2.bb
b/recipes/classpathx/gnumail_1.1.2.bb
index
3eab0f6
..
f4a8f87
100644
(file)
--- 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_D
ATADIR_JAVA
} \
+ --with-inetlib-jar=${STAGING_D
IR_TARGET}${datadir_java
} \
--with-activation-jar=${STAGING_DATADIR_JAVA} \
"