From 2538fdffd3f5728b788ede09e2b0b576ad362ce2 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 4 Apr 2012 05:20:56 +0000 Subject: classpath-initial: fix installation of tools.zip file This fixes an unpredicability of sysroot tools.zip version as classpath-initial and classpath-native were installing the tools.zip at same path. We also bump PR of affected recipes to force them to rebuild. Signed-off-by: Otavio Salvador --- recipes-core/classpath/classpath-initial_0.93.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-core/classpath/classpath-initial_0.93.bb') diff --git a/recipes-core/classpath/classpath-initial_0.93.bb b/recipes-core/classpath/classpath-initial_0.93.bb index 77831c1..13ede10 100644 --- a/recipes-core/classpath/classpath-initial_0.93.bb +++ b/recipes-core/classpath/classpath-initial_0.93.bb @@ -32,6 +32,9 @@ EXTRA_OECONF = " \ --with-vm=java \ " +# Ensure tools.zip is not installed at same path as classpath-native +EXTRA_OEMAKE += "pkgdatadir=${STAGING_DATADIR_NATIVE}/classpath-initial" + SRC_URI[md5sum] = "ffa9e9cac31c5acbf0ea9eff9efa923d" SRC_URI[sha256sum] = "df2d093612abd23fe67e9409d89bb2a8e79b1664fe2b2da40e1c8ed693e32945" -- cgit v1.2.3-54-g00ecf