summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath/classpath-native.inc
diff options
context:
space:
mode:
authorwoglinde <henning@familie-heinold.de>2012-04-04 02:44:31 -0700
committerwoglinde <henning@familie-heinold.de>2012-04-04 02:44:31 -0700
commit3e8579a967664c0e4b6f047c70f6893b72dc9573 (patch)
tree0ba10d8ab1621de5dcffaa0906be47d7af28011a /recipes-core/classpath/classpath-native.inc
parente90110b85733f9cdda26861bc29588257173c11c (diff)
parent2538fdffd3f5728b788ede09e2b0b576ad362ce2 (diff)
downloadmeta-java-3e8579a967664c0e4b6f047c70f6893b72dc9573.tar.gz
Merge pull request #27 from OSSystems/master
Fix for sysroot race condition
Diffstat (limited to 'recipes-core/classpath/classpath-native.inc')
-rw-r--r--recipes-core/classpath/classpath-native.inc2
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
5DEPENDS = "ecj-initial fastjar-native zip-native gettext-native" 5DEPENDS = "ecj-initial fastjar-native zip-native gettext-native"
6 6
7PR = "r1"
8
7inherit autotools native 9inherit autotools native
8 10
9SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" 11SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"