summaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2018-01-04 14:19:04 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2018-01-09 13:41:35 -0200
commitcfda09395f2c5c5e21f222798e7a07e26e99367e (patch)
tree605dcdb95f7513ed1e33a674bf8c7e061aa77e65 /recipes-core/xml-commons
parentb2e309882732f3566f0459b0654b99b3e9bf9d25 (diff)
downloadmeta-java-cfda09395f2c5c5e21f222798e7a07e26e99367e.tar.gz
meta: drop redundant DEPENDS_virtcalss-native definitions
The DEPENDS would be handled in native.bbclass, it's not necessary to set them explicitly in recipes. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/xml-commons')
-rw-r--r--recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb1
1 files changed, 0 insertions, 1 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 77556fc..42ce703 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
@@ -11,7 +11,6 @@ inherit java-library
11S = "${WORKDIR}/xml-commons-resolver-${PV}" 11S = "${WORKDIR}/xml-commons-resolver-${PV}"
12 12
13DEPENDS = "fastjar-native jaxp1.3" 13DEPENDS = "fastjar-native jaxp1.3"
14DEPENDS_virtclass-native = "fastjar-native jaxp1.3-native"
15 14
16do_unpackpost[dirs] = "${B}" 15do_unpackpost[dirs] = "${B}"
17do_unpackpost() { 16do_unpackpost() {