aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/classpathx/gnumail-native_1.1.2.bb
diff options
context:
space:
mode:
authorHenning Heinold <h.heinold@tarent.de>2010-07-12 15:22:37 +0200
committerHenning Heinold <h.heinold@tarent.de>2010-07-26 15:34:20 +0200
commit7dce72886aadbaeb1c68eb5a52f6c5763bddff16 (patch)
tree531b35acf04557f82dce80264e9aa14833a2814d /recipes/classpathx/gnumail-native_1.1.2.bb
parentc74403b2bf14e3573840805139fb1b6b4071a6ae (diff)
downloadopenembedded-7dce72886aadbaeb1c68eb5a52f6c5763bddff16.tar.gz
classpathx: backport from openembedded-dev
* checksums alreasy in conf/checksums.ini Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/classpathx/gnumail-native_1.1.2.bb')
-rw-r--r--recipes/classpathx/gnumail-native_1.1.2.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/classpathx/gnumail-native_1.1.2.bb b/recipes/classpathx/gnumail-native_1.1.2.bb
new file mode 100644
index 0000000000..5d547b7d12
--- /dev/null
+++ b/recipes/classpathx/gnumail-native_1.1.2.bb
@@ -0,0 +1,10 @@
+require gnumail_${PV}.bb
+
+inherit native
+
+DEPENDS = "fastjar-native gnujaf-native inetlib-native"
+
+EXTRA_OECONF = "\
+ --with-inetlib-jar=${STAGING_DATADIR}/java \
+ --with-activation-jar=${STAGING_DATADIR}/java \
+ "