diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-03-16 21:50:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2013-03-16 21:51:35 -0700 |
commit | 9bdefd9669a08b9c82d91ac89c738c560676862e (patch) | |
tree | 8f43f4c2c93fb88d23ba2c8e66bfc28851f4edae /recipes-core/classpath/classpath.inc | |
parent | 6f454e40911adcd4b501bf6fe1ee9068d4038f51 (diff) | |
download | meta-java-9bdefd9669a08b9c82d91ac89c738c560676862e.tar.gz |
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/classpath/classpath.inc')
-rw-r--r-- | recipes-core/classpath/classpath.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
9 | 9 | ||
10 | inherit autotools java gettext | 10 | inherit autotools java gettext |
11 | 11 | ||
12 | DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native gtk+ gconf libxtst" | 12 | DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native gtk+ gconf libxtst file" |
13 | 13 | ||
14 | RPROVIDES_${PN} = "" | 14 | RPROVIDES_${PN} = "" |
15 | 15 | ||
@@ -21,7 +21,7 @@ RPROVIDES_${PN} = "${PBN}" | |||
21 | RPROVIDES_${PN}-common = "${PBN}-common" | 21 | RPROVIDES_${PN}-common = "${PBN}-common" |
22 | RPROVIDES_${PN}-gtk = "${PBN}-awt" | 22 | RPROVIDES_${PN}-gtk = "${PBN}-awt" |
23 | 23 | ||
24 | PR = "r2" | 24 | PR = "r3" |
25 | 25 | ||
26 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" | 26 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" |
27 | 27 | ||