From ec7b984fbd0662b7aa1707f229ab09c555bb2cf6 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 22 Dec 2015 22:26:16 -0800 Subject: 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 --- recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb') diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb index ca1f2f2..5853895 100644 --- a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb +++ b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb @@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://LICENSE.resolver.txt;md5=d229da563da18fe5d58cd95a6467 SRC_URI = "http://archive.apache.org/dist/xml/commons/xml-commons-resolver-${PV}.tar.gz" -inherit java-library java-bootstrap-components +inherit java-library S = "${WORKDIR}/xml-commons-resolver-${PV}" -DEPENDS = "jaxp1.3" -DEPENDS_virtclass-native = "jaxp1.3-native" +DEPENDS = "fastjar-native jaxp1.3" +DEPENDS_virtclass-native = "fastjar-native jaxp1.3-native" do_unpackpost() { find src -exec \ -- cgit v1.2.3-54-g00ecf