aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-09 09:40:24 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-09 12:17:15 -0700
commit1adf798619c7727914b73b796cf8769288bce03d (patch)
tree4c2b39965dd4a21d600b0a0927409d7e4d438429 /recipes
parent40d80ab44f362193e5265b1fbe576228a530386f (diff)
downloadopenembedded-1adf798619c7727914b73b796cf8769288bce03d.tar.gz
classpath: Update to use 'inherit gettext'
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/classpath/classpath-initial_0.93.bb2
-rw-r--r--recipes/classpath/classpath-native.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/classpath/classpath-initial_0.93.bb b/recipes/classpath/classpath-initial_0.93.bb
index 28e3277a64..b289cf1dea 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 gettext-native"
+DEPENDS = "zip-native fastjar-native jikes-native"
SRC_URI += "\
file://autotools.patch \
diff --git a/recipes/classpath/classpath-native.inc b/recipes/classpath/classpath-native.inc
index 6f737aee3c..0c0f29aa6d 100644
--- a/recipes/classpath/classpath-native.inc
+++ b/recipes/classpath/classpath-native.inc
@@ -2,9 +2,9 @@ DESCRIPTION = "GNU Classpath standard Java libraries - For native Java-dependent
HOMEPAGE = "http://www.gnu.org/software/classpath/"
LICENSE = "Classpath"
-inherit autotools native
+inherit autotools native gettext
-DEPENDS = "ecj-initial fastjar-native zip-native gettext-native"
+DEPENDS = "ecj-initial fastjar-native zip-native"
SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"