diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-01-24 22:56:57 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-01-25 11:16:10 +0100 |
commit | d0eeda3107951433db2b6d4ed602573ae52e166e (patch) | |
tree | cc7306bd94db38f9279163aa2cc1288d8c42681f /recipes-core/openjdk/openjdk-6-common.inc | |
parent | 904397bdae60423ee6d210f9aa65e57dc26ae155 (diff) | |
download | meta-java-d0eeda3107951433db2b6d4ed602573ae52e166e.tar.gz |
openjdk: link libjvm.so from hotspot to archdir
* native libararies located in the archdir search for libjvm.so
in the archdir directory so make a link to satisfy the search
Diffstat (limited to 'recipes-core/openjdk/openjdk-6-common.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-6-common.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-6-common.inc b/recipes-core/openjdk/openjdk-6-common.inc index aa7fbc7..c21711f 100644 --- a/recipes-core/openjdk/openjdk-6-common.inc +++ b/recipes-core/openjdk/openjdk-6-common.inc | |||
@@ -328,6 +328,8 @@ do_install() { | |||
328 | ln -s ${JDK_HOME}/jre/bin/$bf ${D}${JDK_HOME}/bin/$bf | 328 | ln -s ${JDK_HOME}/jre/bin/$bf ${D}${JDK_HOME}/bin/$bf |
329 | done | 329 | done |
330 | install -m644 ${WORKDIR}/jvm.cfg ${D}${JDK_HOME}/jre/lib/${JDK_ARCH}/ | 330 | install -m644 ${WORKDIR}/jvm.cfg ${D}${JDK_HOME}/jre/lib/${JDK_ARCH}/ |
331 | # workaround for shared libarary searching | ||
332 | ln -sf ${JDK_HOME}/jre/lib/${JDK_ARCH}/server/libjvm.so ${D}${JDK_HOME}/jre/lib/${JDK_ARCH}/ | ||
331 | } | 333 | } |
332 | 334 | ||
333 | # Notes about the ideas behind packaging: | 335 | # Notes about the ideas behind packaging: |