diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-04 05:20:56 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-04 05:24:16 +0000 |
commit | 2538fdffd3f5728b788ede09e2b0b576ad362ce2 (patch) | |
tree | 0ba10d8ab1621de5dcffaa0906be47d7af28011a /recipes-core/classpath/classpath-native.inc | |
parent | e90110b85733f9cdda26861bc29588257173c11c (diff) | |
download | meta-java-2538fdffd3f5728b788ede09e2b0b576ad362ce2.tar.gz |
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/classpath/classpath-native.inc')
-rw-r--r-- | recipes-core/classpath/classpath-native.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
4 | 4 | ||
5 | DEPENDS = "ecj-initial fastjar-native zip-native gettext-native" | 5 | DEPENDS = "ecj-initial fastjar-native zip-native gettext-native" |
6 | 6 | ||
7 | PR = "r1" | ||
8 | |||
7 | inherit autotools native | 9 | inherit autotools native |
8 | 10 | ||
9 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" | 11 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" |