[oe-commits] Tom Rini : classpath-native: Reorder inherits to fix gettext

git version control git at git.openembedded.org
Fri Mar 11 15:25:47 UTC 2011


Module: openembedded.git
Branch: master
Commit: 9537596e06a07a4cd9ef16fe51bed3c534fa9492
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9537596e06a07a4cd9ef16fe51bed3c534fa9492

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Mar 11 08:21:06 2011 -0700

classpath-native: Reorder inherits to fix gettext

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/classpath/classpath-native.inc |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/classpath/classpath-native.inc b/recipes/classpath/classpath-native.inc
index 0c0f29a..be50cc6 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 () {





More information about the Openembedded-commits mailing list