diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-07-05 13:48:31 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-07-05 13:48:31 +0400 |
commit | 5f2b123cc44605c18a4cbfb530fc89e0c3ef2325 (patch) | |
tree | 9c1b7ab76c37aab3d47aef74291e7f24f46e7be4 /recipes/classpath/classpath.inc | |
parent | 84eb1db158bbcded971f35bfa89b72c13c797e6f (diff) | |
parent | 2e23feebced982ef9a22d30ae2a4cfe453103c70 (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Conflicts:
MAINTAINERS
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
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})" |