diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-06-26 18:55:47 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-06-26 18:55:47 +0000 |
commit | 8dddf98f668c980faf09074ddc09a9355662655e (patch) | |
tree | a41db855796c463e25300549c761b1f9ccb122bb /classes | |
parent | 1ed0deaac092272dfa5206a227e30adc8efd4f88 (diff) | |
parent | d9ecac1fff5c59d6d19219c77f1ef5043ea14eeb (diff) |
merge of '1b17ea5d09e29a9b9960e907c6a56908b349ff98'
and '60512e4106703c7bf44fad424ce575f2496d82a9'
Diffstat (limited to 'classes')
-rw-r--r-- | classes/java.bbclass | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/classes/java.bbclass b/classes/java.bbclass index e51b0d71da..17f833ce3d 100644 --- a/classes/java.bbclass +++ b/classes/java.bbclass @@ -1,5 +1,8 @@ # Defines the commonly used target directories and provides a convenience # function to install jar files. +# +# All the default directory locations herein resemble locations chosen in +# the Debian distribution. # Jar location on target datadir_java ?= ${datadir}/java @@ -7,8 +10,12 @@ datadir_java ?= ${datadir}/java # JNI library location on target libdir_jni ?= ${libdir}/jni +# JVM bundle location on target +libdir_jvm ?= ${libdir}/jvm + STAGING_DATADIR_JAVA ?= ${STAGING_DATADIR}/java STAGING_LIBDIR_JNI ?= ${STAGING_LIBDIR}/jni +STAGING_LIBDIR_JVM ?= ${STAGING_LIBDIR}/jvm oe_jarinstall() { # Purpose: Install a jar file and create all the given symlinks to it. |