From 3e9fd5416b104c63b61b3e87ac66f639ba55e21c Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Fri, 25 Mar 2011 20:39:20 +0100 Subject: 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 --- recipes/classpath/classpath-initial_0.93.bb | 2 +- recipes/classpath/classpath-native.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/classpath') 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" -- cgit 1.2.3-korg