From 074e12f5445b125f443e9ebd588c1233e46abbda Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 23 Mar 2013 00:10:20 -0700 Subject: gnumail: Remove redundant DEPENDS_virtclass-native recipe uses BBCLASSEXTEND to get native recipe it should automatically convert DEPENDS Signed-off-by: Khem Raj --- recipes-core/classpathx/gnumail_1.1.2.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-core') 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 S = "${WORKDIR}/mail-${PV}" -DEPENDS = "gnujaf inetlib" -DEPENDS_virtclass-native = "gnujaf-native inetlib-native" +DEPENDS += "gnujaf inetlib" export JAVAC = "${STAGING_BINDIR_NATIVE}/javac" export JAVA = "${STAGING_BINDIR_NATIVE}/java" -- cgit v1.2.3-54-g00ecf