classpath-native: switch from inherit gettext directly to gettext-native
authorHenning Heinold <h.heinold@tarent.de>
Fri, 25 Mar 2011 19:39:20 +0000 (20:39 +0100)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 27 Mar 2011 21:05:16 +0000 (23:05 +0200)
* 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
recipes/classpath/classpath-native.inc

index b289cf1..28e3277 100644 (file)
@@ -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 \
index be50cc6..a3ff439 100644 (file)
@@ -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"