[oe-commits] Henning Heinold : openjdk-6: fix filespath so jvm. cfg is found and remove poky-stuff

git version control git at git.openembedded.org
Thu Jul 22 07:53:27 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c6b6a0fe07fbd70354065a279b3bed0ad343b8ea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c6b6a0fe07fbd70354065a279b3bed0ad343b8ea

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Thu Jul 22 09:49:59 2010 +0200

openjdk-6: fix filespath so jvm.cfg is found and remove poky-stuff

---

 recipes/openjdk/openjdk-6-common.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/openjdk/openjdk-6-common.inc b/recipes/openjdk/openjdk-6-common.inc
index c38aadc..3c81520 100644
--- a/recipes/openjdk/openjdk-6-common.inc
+++ b/recipes/openjdk/openjdk-6-common.inc
@@ -48,8 +48,7 @@ DEPENDS_append_arm = " qemu-native "
 
 FILESPATHPKG = "openjdk-6-${PV}"
 
-# For compatibility with Poky:
-FILESPATH_append = ":${FILE_DIRNAME}/openjdk-6-${PV}"
+FILESPATHPKG_append = ":files"
 
 # No package should directly depend on this (it should require
 # java2-runtime instead).





More information about the Openembedded-commits mailing list