diff options
author | woglinde <henning@familie-heinold.de> | 2012-04-04 02:44:31 -0700 |
---|---|---|
committer | woglinde <henning@familie-heinold.de> | 2012-04-04 02:44:31 -0700 |
commit | 3e8579a967664c0e4b6f047c70f6893b72dc9573 (patch) | |
tree | 0ba10d8ab1621de5dcffaa0906be47d7af28011a /recipes-core/classpath/classpath.inc | |
parent | e90110b85733f9cdda26861bc29588257173c11c (diff) | |
parent | 2538fdffd3f5728b788ede09e2b0b576ad362ce2 (diff) | |
download | meta-java-3e8579a967664c0e4b6f047c70f6893b72dc9573.tar.gz |
Merge pull request #27 from OSSystems/master
Fix for sysroot race condition
Diffstat (limited to 'recipes-core/classpath/classpath.inc')
-rw-r--r-- | recipes-core/classpath/classpath.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc index 38037f3..55a3f6c 100644 --- a/recipes-core/classpath/classpath.inc +++ b/recipes-core/classpath/classpath.inc | |||
@@ -21,6 +21,8 @@ RPROVIDES_${PN} = "${PBN}" | |||
21 | RPROVIDES_${PN}-common = "${PBN}-common" | 21 | RPROVIDES_${PN}-common = "${PBN}-common" |
22 | RPROVIDES_${PN}-gtk = "${PBN}-awt" | 22 | RPROVIDES_${PN}-gtk = "${PBN}-awt" |
23 | 23 | ||
24 | PR = "r1" | ||
25 | |||
24 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" | 26 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" |
25 | 27 | ||
26 | S = "${WORKDIR}/${PBN}-${PV}" | 28 | S = "${WORKDIR}/${PBN}-${PV}" |