From 9537596e06a07a4cd9ef16fe51bed3c534fa9492 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 11 Mar 2011 08:21:06 -0700 Subject: [PATCH] classpath-native: Reorder inherits to fix gettext Signed-off-by: Tom Rini --- recipes/classpath/classpath-native.inc | 5 ++--- 1 file 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 () { -- 2.39.5