aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/classpath
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-11 08:21:06 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-11 08:23:37 -0700
commit9537596e06a07a4cd9ef16fe51bed3c534fa9492 (patch)
treea18b994e60b05c98bad50b4c444a49eee6306ff9 /recipes/classpath
parent2a9a834ce426f4dc97162870ef1632540ff044f1 (diff)
downloadopenembedded-9537596e06a07a4cd9ef16fe51bed3c534fa9492.tar.gz
classpath-native: Reorder inherits to fix gettext
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/classpath')
-rw-r--r--recipes/classpath/classpath-native.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/classpath/classpath-native.inc b/recipes/classpath/classpath-native.inc
index 0c0f29aa6d..be50cc6477 100644
--- a/recipes/classpath/classpath-native.inc
+++ b/recipes/classpath/classpath-native.inc
@@ -1,11 +1,10 @@
DESCRIPTION = "GNU Classpath standard Java libraries - For native Java-dependent programs"
HOMEPAGE = "http://www.gnu.org/software/classpath/"
LICENSE = "Classpath"
-
-inherit autotools native gettext
-
DEPENDS = "ecj-initial fastjar-native zip-native"
+inherit autotools gettext native
+
SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"
do_configure_prepend () {