summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpathx
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-03-23 00:10:20 -0700
committerKhem Raj <raj.khem@gmail.com>2013-03-25 21:04:09 -0700
commit074e12f5445b125f443e9ebd588c1233e46abbda (patch)
treea028fde8112dadd6f737c53f8517272190d86b60 /recipes-core/classpathx
parent80630c064148742c79a2c5d149b38f4f65f0f959 (diff)
downloadmeta-java-074e12f5445b125f443e9ebd588c1233e46abbda.tar.gz
gnumail: Remove redundant DEPENDS_virtclass-native
recipe uses BBCLASSEXTEND to get native recipe it should automatically convert DEPENDS Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/classpathx')
-rw-r--r--recipes-core/classpathx/gnumail_1.1.2.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-core/classpathx/gnumail_1.1.2.bb b/recipes-core/classpathx/gnumail_1.1.2.bb
index 3a67e5e..5e81a45 100644
--- a/recipes-core/classpathx/gnumail_1.1.2.bb
+++ b/recipes-core/classpathx/gnumail_1.1.2.bb
@@ -12,8 +12,7 @@ inherit java-library autotools
12 12
13S = "${WORKDIR}/mail-${PV}" 13S = "${WORKDIR}/mail-${PV}"
14 14
15DEPENDS = "gnujaf inetlib" 15DEPENDS += "gnujaf inetlib"
16DEPENDS_virtclass-native = "gnujaf-native inetlib-native"
17 16
18export JAVAC = "${STAGING_BINDIR_NATIVE}/javac" 17export JAVAC = "${STAGING_BINDIR_NATIVE}/javac"
19export JAVA = "${STAGING_BINDIR_NATIVE}/java" 18export JAVA = "${STAGING_BINDIR_NATIVE}/java"