[oe-commits] Henning Heinold : classpath-native: switch from inherit gettext directly to gettext-native

git version control git at git.openembedded.org
Thu Mar 31 20:00:35 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 3e9fd5416b104c63b61b3e87ac66f639ba55e21c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3e9fd5416b104c63b61b3e87ac66f639ba55e21c

Author: Henning Heinold <h.heinold at tarent.de>
Date:   Fri Mar 25 20:39:20 2011 +0100

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(-)

diff --git a/recipes/classpath/classpath-initial_0.93.bb b/recipes/classpath/classpath-initial_0.93.bb
index b289cf1..28e3277 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 be50cc6..a3ff439 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"
 





More information about the Openembedded-commits mailing list