classpath-native: Reorder inherits to fix gettext
authorTom Rini <tom_rini@mentor.com>
Fri, 11 Mar 2011 15:21:06 +0000 (08:21 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 11 Mar 2011 15:23:37 +0000 (08:23 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/classpath/classpath-native.inc

index 0c0f29a..be50cc6 100644 (file)
@@ -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 () {