diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-12-22 22:26:16 -0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-01-04 09:21:06 -0200 |
commit | ec7b984fbd0662b7aa1707f229ab09c555bb2cf6 (patch) | |
tree | ddcccc61cad8998e96506319c30d12acd6edbfdb /recipes-core/classpath/classpath.inc | |
parent | af90e3a9473e529dcbb4e7392a62f1d5c592f717 (diff) | |
download | meta-java-ec7b984fbd0662b7aa1707f229ab09c555bb2cf6.tar.gz |
Revert "meta-java: rely on well known bootstrap-path"
This reverts commit 04d5d0bf414c05ca59618d77f17ff9898aa1c566.
Detail reason is in the following commit.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Diffstat (limited to 'recipes-core/classpath/classpath.inc')
-rw-r--r-- | recipes-core/classpath/classpath.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc index c56c0c3..1bdfd78 100644 --- a/recipes-core/classpath/classpath.inc +++ b/recipes-core/classpath/classpath.inc | |||
@@ -7,9 +7,9 @@ LICENSE = "Classpath" | |||
7 | 7 | ||
8 | PBN = "classpath" | 8 | PBN = "classpath" |
9 | 9 | ||
10 | inherit autotools java gettext java-bootstrap-components | 10 | inherit autotools java gettext |
11 | 11 | ||
12 | DEPENDS = " fastjar-native zip-native gmp antlr-native gtk+ gconf libxtst file" | 12 | DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native gtk+ gconf libxtst file" |
13 | 13 | ||
14 | RPROVIDES_${PN} = "" | 14 | RPROVIDES_${PN} = "" |
15 | 15 | ||