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-native.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core/classpath/classpath-native.inc') diff --git a/recipes-core/classpath/classpath-native.inc b/recipes-core/classpath/classpath-native.inc index aefbf6d..16c1498 100644 --- a/recipes-core/classpath/classpath-native.inc +++ b/recipes-core/classpath/classpath-native.inc @@ -4,6 +4,8 @@ LICENSE = "Classpath" DEPENDS = "ecj-initial fastjar-native zip-native gettext-native" +PR = "r1" + inherit autotools native SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" -- cgit v1.2.3-54-g00ecf