summaryrefslogtreecommitdiffstats
path: root/recipes-core/bcel
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/bcel
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/bcel')
-rw-r--r--recipes-core/bcel/bcel_5.2.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-core/bcel/bcel_5.2.bb b/recipes-core/bcel/bcel_5.2.bb
index 6ff345d..89a9a61 100644
--- a/recipes-core/bcel/bcel_5.2.bb
+++ b/recipes-core/bcel/bcel_5.2.bb
@@ -8,8 +8,6 @@ SRC_URI = "http://archive.apache.org/dist/jakarta/bcel/source/${BP}-src.tar.gz"
8inherit java-library 8inherit java-library
9 9
10DEPENDS = "xerces-j regexp" 10DEPENDS = "xerces-j regexp"
11DEPENDS_virtclass-native = "xerces-j-native regexp-native"
12
13 11
14do_compile() { 12do_compile() {
15 mkdir -p build 13 mkdir -p build