diff options
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.bb | 6 |
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 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 | |||
6 | 6 | ||
7 | SRC_URI = "http://archive.apache.org/dist/xml/commons/xml-commons-resolver-${PV}.tar.gz" | 7 | SRC_URI = "http://archive.apache.org/dist/xml/commons/xml-commons-resolver-${PV}.tar.gz" |
8 | 8 | ||
9 | inherit java-library java-bootstrap-components | 9 | inherit java-library |
10 | 10 | ||
11 | S = "${WORKDIR}/xml-commons-resolver-${PV}" | 11 | S = "${WORKDIR}/xml-commons-resolver-${PV}" |
12 | 12 | ||
13 | DEPENDS = "jaxp1.3" | 13 | DEPENDS = "fastjar-native jaxp1.3" |
14 | DEPENDS_virtclass-native = "jaxp1.3-native" | 14 | DEPENDS_virtclass-native = "fastjar-native jaxp1.3-native" |
15 | 15 | ||
16 | do_unpackpost() { | 16 | do_unpackpost() { |
17 | find src -exec \ | 17 | find src -exec \ |