summaryrefslogtreecommitdiffstats
path: root/recipes-core/xalan-j
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/xalan-j
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/xalan-j')
-rw-r--r--recipes-core/xalan-j/xalan-j_2.7.1.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-core/xalan-j/xalan-j_2.7.1.bb b/recipes-core/xalan-j/xalan-j_2.7.1.bb
index 317b3c9..f7ee260 100644
--- a/recipes-core/xalan-j/xalan-j_2.7.1.bb
+++ b/recipes-core/xalan-j/xalan-j_2.7.1.bb
@@ -10,9 +10,6 @@ HOMEPAGE = "http://xml.apache.org/xalan-j"
10PR = "r1" 10PR = "r1"
11 11
12DEPENDS = "xerces-j regexp jlex cup jaxp1.3 bcel" 12DEPENDS = "xerces-j regexp jlex cup jaxp1.3 bcel"
13DEPENDS_virtclass-native = " \
14 xerces-j-native regexp-native jlex-native cup-native jaxp1.3-native bcel-native \
15 "
16 13
17SRC_URI = "\ 14SRC_URI = "\
18 http://archive.apache.org/dist/xml/${BPN}/${BPN}_2_7_1-src.tar.gz;name=archive \ 15 http://archive.apache.org/dist/xml/${BPN}/${BPN}_2_7_1-src.tar.gz;name=archive \