From d0eeda3107951433db2b6d4ed602573ae52e166e Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Thu, 24 Jan 2013 22:56:57 +0100 Subject: 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 --- recipes-core/openjdk/openjdk-6-common.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core/openjdk/openjdk-6-common.inc') 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() { ln -s ${JDK_HOME}/jre/bin/$bf ${D}${JDK_HOME}/bin/$bf done install -m644 ${WORKDIR}/jvm.cfg ${D}${JDK_HOME}/jre/lib/${JDK_ARCH}/ + # workaround for shared libarary searching + ln -sf ${JDK_HOME}/jre/lib/${JDK_ARCH}/server/libjvm.so ${D}${JDK_HOME}/jre/lib/${JDK_ARCH}/ } # Notes about the ideas behind packaging: -- cgit v1.2.3-54-g00ecf