aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <h.heinold@tarent.de>2011-03-25 20:39:20 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-03-27 23:05:16 +0200
commit3e9fd5416b104c63b61b3e87ac66f639ba55e21c (patch)
treeacffd5c07d9e96986afc474ea7f6acb046f0aa6f
parentff1f04ded44eccba57573ae40bc65b37bbf27cc4 (diff)
downloadopenembedded-3e9fd5416b104c63b61b3e87ac66f639ba55e21c.tar.gz
classpath-native: switch from inherit gettext directly to gettext-native
* gettext-native can be stripped out sometimes now so let us depend directly on it for config.rpath
-rw-r--r--recipes/classpath/classpath-initial_0.93.bb2
-rw-r--r--recipes/classpath/classpath-native.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/classpath/classpath-initial_0.93.bb b/recipes/classpath/classpath-initial_0.93.bb
index b289cf1dea..28e3277a64 100644
--- a/recipes/classpath/classpath-initial_0.93.bb
+++ b/recipes/classpath/classpath-initial_0.93.bb
@@ -7,7 +7,7 @@ DESCRIPTION="Java1.4-compatible GNU Classpath variant that is used as bootclassp
PR = "r6"
-DEPENDS = "zip-native fastjar-native jikes-native"
+DEPENDS = "zip-native fastjar-native jikes-native gettext-native"
SRC_URI += "\
file://autotools.patch \
diff --git a/recipes/classpath/classpath-native.inc b/recipes/classpath/classpath-native.inc
index be50cc6477..a3ff439292 100644
--- a/recipes/classpath/classpath-native.inc
+++ b/recipes/classpath/classpath-native.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/classpath/"
LICENSE = "Classpath"
DEPENDS = "ecj-initial fastjar-native zip-native"
-inherit autotools gettext native
+inherit autotools native
SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"