diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-09-02 16:56:37 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-03 10:46:31 -0700 |
commit | 65c8f0a20ea3fe4d22c04d3a0c3a9f85d4ca1e53 (patch) | |
tree | a10456de7eb637448f7104e2eb6ba0c5191e40a5 /recipes | |
parent | f941f5c0aa3055a51962b8476d9c48b843f7ed36 (diff) |
gnumail_1.1.2.bb: Point inetlib to java data dir in target staging area.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 3eab0f6d57..f4a8f8743f 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} \ " |