From: Robert Schuster Date: Mon, 23 Jun 2008 14:36:08 +0000 (+0000) Subject: merge of '613d006a5a3c8c6629c2a0b9a905bfc4a80484ca' X-Git-Tag: SlugOS5.3-beta~2762^2 X-Git-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=d9ecac1fff5c59d6d19219c77f1ef5043ea14eeb;hp=b383a0c53ef38385a619bfa8b58ee4342b0d2933;p=vuplus_openembedded Merge ... '613d006a5a3c8c6629c2a0b9a905bfc4a80484ca' and 'a3eb44219589b14fd5179c429a3888832e77379a' --- diff --git a/classes/java.bbclass b/classes/java.bbclass index e51b0d7..17f833c 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.