summaryrefslogtreecommitdiffstats
path: root/recipes-core/xerces-j
diff options
context:
space:
mode:
authorJens Rehsack <rehsack@gmail.com>2015-12-08 14:51:50 +0100
committerMaxin B. John <maxin.john@intel.com>2015-12-08 17:43:35 +0200
commit04d5d0bf414c05ca59618d77f17ff9898aa1c566 (patch)
treee4d640f95075d3291a7466a4b8af8f0421e9745b /recipes-core/xerces-j
parent0d7ba0ff39a332b0f93c4958370b2c7db9ea0e30 (diff)
downloadmeta-java-04d5d0bf414c05ca59618d77f17ff9898aa1c566.tar.gz
meta-java: rely on well known bootstrap-path
Instead of potential circular depending virtual/javac-native (even this recipe provides such a useable java-native), rely on well known path via cacao-native to build up to icedtea7-native in reliable manner. virtual/javac-native should be used by parts not belonging to the bootstrap phase. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/xerces-j')
-rw-r--r--recipes-core/xerces-j/xerces-j_2.11.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/xerces-j/xerces-j_2.11.0.bb b/recipes-core/xerces-j/xerces-j_2.11.0.bb
index f9e497e..4130457 100644
--- a/recipes-core/xerces-j/xerces-j_2.11.0.bb
+++ b/recipes-core/xerces-j/xerces-j_2.11.0.bb
@@ -16,12 +16,12 @@ SRC_URI = "http://archive.apache.org/dist/xerces/j/Xerces-J-src.${PV}.tar.gz"
16 16
17S = "${WORKDIR}/xerces-2_11_0" 17S = "${WORKDIR}/xerces-2_11_0"
18 18
19inherit java-library 19inherit java-library java-bootstrap-components
20 20
21JPN = "libxerces2-java" 21JPN = "libxerces2-java"
22 22
23DEPENDS = "fastjar-native jaxp1.3 xml-commons-resolver1.1" 23DEPENDS = "jaxp1.3 xml-commons-resolver1.1"
24DEPENDS_virtclass-native = "fastjar-native jaxp1.3-native xml-commons-resolver1.1-native" 24DEPENDS_virtclass-native = "jaxp1.3-native xml-commons-resolver1.1-native"
25 25
26RDEPENDS_${PN} = "libjaxp1.3-java libxml-commons-resolver1.1-java" 26RDEPENDS_${PN} = "libjaxp1.3-java libxml-commons-resolver1.1-java"
27RDEPENDS_${PN}_virtclass-native = "" 27RDEPENDS_${PN}_virtclass-native = ""