From 9bdefd9669a08b9c82d91ac89c738c560676862e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 16 Mar 2013 21:50:39 -0700 Subject: classpath: Add file to DEPENDS shared state exposed this build time error | java_net_VMURLConnection.c:44:19: fatal error: magic.h: No such file or directory | compilation terminated. | make[3]: *** [java_net_VMURLConnection.lo] Error 1 | make[3]: *** Waiting for unfinished jobs.... classpath uses libmagic and file provides it so add that to depends Signed-off-by: Khem Raj --- recipes-core/classpath/classpath.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-core/classpath/classpath.inc') diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc index 214c9cd..1bdfd78 100644 --- a/recipes-core/classpath/classpath.inc +++ b/recipes-core/classpath/classpath.inc @@ -9,7 +9,7 @@ PBN = "classpath" inherit autotools java gettext -DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native gtk+ gconf libxtst" +DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native gtk+ gconf libxtst file" RPROVIDES_${PN} = "" @@ -21,7 +21,7 @@ RPROVIDES_${PN} = "${PBN}" RPROVIDES_${PN}-common = "${PBN}-common" RPROVIDES_${PN}-gtk = "${PBN}-awt" -PR = "r2" +PR = "r3" SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" -- cgit v1.2.3-54-g00ecf