summaryrefslogtreecommitdiffstats
path: root/recipes-core/xerces-j
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-12-22 22:26:16 -0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-01-04 09:21:06 -0200
commitec7b984fbd0662b7aa1707f229ab09c555bb2cf6 (patch)
treeddcccc61cad8998e96506319c30d12acd6edbfdb /recipes-core/xerces-j
parentaf90e3a9473e529dcbb4e7392a62f1d5c592f717 (diff)
downloadmeta-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/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 4130457..f9e497e 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 java-bootstrap-components 19inherit java-library
20 20
21JPN = "libxerces2-java" 21JPN = "libxerces2-java"
22 22
23DEPENDS = "jaxp1.3 xml-commons-resolver1.1" 23DEPENDS = "fastjar-native jaxp1.3 xml-commons-resolver1.1"
24DEPENDS_virtclass-native = "jaxp1.3-native xml-commons-resolver1.1-native" 24DEPENDS_virtclass-native = "fastjar-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 = ""