summaryrefslogtreecommitdiffstats
path: root/recipes-core/jcraft
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/jcraft
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/jcraft')
-rw-r--r--recipes-core/jcraft/jsch_0.1.40.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/jcraft/jsch_0.1.40.bb b/recipes-core/jcraft/jsch_0.1.40.bb
index 337a8eb..0be0883 100644
--- a/recipes-core/jcraft/jsch_0.1.40.bb
+++ b/recipes-core/jcraft/jsch_0.1.40.bb
@@ -8,7 +8,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/jsch/jsch-${PV}.zip"
8inherit java-library 8inherit java-library
9 9
10DEPENDS = "jzlib" 10DEPENDS = "jzlib"
11DEPENDS_virtclass-native = "jzlib-native"
12 11
13RDEPENDS_${PN} = "libjzlib-java" 12RDEPENDS_${PN} = "libjzlib-java"
14RDEPENDS_${PN}_virtclass-native = "" 13RDEPENDS_${PN}_virtclass-native = ""