git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a9a834
)
classpath-native: Reorder inherits to fix gettext
author
Tom Rini
<tom_rini@mentor.com>
Fri, 11 Mar 2011 15:21:06 +0000
(08:21 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/classpath/classpath-native.inc
b/recipes/classpath/classpath-native.inc
index
0c0f29a
..
be50cc6
100644
(file)
--- 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 () {