From: Tom Rini Date: Fri, 11 Mar 2011 15:21:06 +0000 (-0700) Subject: classpath-native: Reorder inherits to fix gettext X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9537596e06a07a4cd9ef16fe51bed3c534fa9492;p=openembedded.git classpath-native: Reorder inherits to fix gettext Signed-off-by: Tom Rini --- 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 () {