summaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb')
-rw-r--r--recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb6
1 files changed, 3 insertions, 3 deletions
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 5853895..ca1f2f2 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
6 6
7SRC_URI = "http://archive.apache.org/dist/xml/commons/xml-commons-resolver-${PV}.tar.gz" 7SRC_URI = "http://archive.apache.org/dist/xml/commons/xml-commons-resolver-${PV}.tar.gz"
8 8
9inherit java-library 9inherit java-library java-bootstrap-components
10 10
11S = "${WORKDIR}/xml-commons-resolver-${PV}" 11S = "${WORKDIR}/xml-commons-resolver-${PV}"
12 12
13DEPENDS = "fastjar-native jaxp1.3" 13DEPENDS = "jaxp1.3"
14DEPENDS_virtclass-native = "fastjar-native jaxp1.3-native" 14DEPENDS_virtclass-native = "jaxp1.3-native"
15 15
16do_unpackpost() { 16do_unpackpost() {
17 find src -exec \ 17 find src -exec \