diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-07-02 14:02:00 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-07-02 17:42:43 +0200 |
commit | 33e3a38aa15042126c6bfc50358800dac59d028b (patch) | |
tree | 196d2b167d595e0c8ba54b92708f5c53e2595742 /recipes/classpath/classpath.inc | |
parent | 9c3ffea91c078e92def02d7c3658b23fea12e608 (diff) |
classpath: depend on gmp (for libjavamath) and do not use system one
Diffstat (limited to 'recipes/classpath/classpath.inc')
-rw-r--r-- | recipes/classpath/classpath.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/classpath/classpath.inc b/recipes/classpath/classpath.inc index da3273bc97..bf630bf569 100644 --- a/recipes/classpath/classpath.inc +++ b/recipes/classpath/classpath.inc @@ -5,7 +5,7 @@ PRIORITY = "optional" LICENSE = "Classpath" PBN = "classpath" -DEPENDS = "virtual/javac-native fastjar-native zip-native" +DEPENDS = "virtual/javac-native fastjar-native zip-native gmp" RPROVIDES = "" RDEPENDS_${PN} = "${PBN}-common (>= ${PV})" |