[oe-commits] Tom Rini : classpath: Update to use 'inherit gettext'

git version control git at git.openembedded.org
Wed Mar 9 19:19:07 UTC 2011


Module: openembedded.git
Branch: master
Commit: 1adf798619c7727914b73b796cf8769288bce03d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1adf798619c7727914b73b796cf8769288bce03d

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Mar  9 09:40:24 2011 -0700

classpath: Update to use 'inherit gettext'

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/classpath/classpath-initial_0.93.bb |    2 +-
 recipes/classpath/classpath-native.inc      |    4 ++--
 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 28e3277..b289cf1 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 6f737ae..0c0f29a 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"
 





More information about the Openembedded-commits mailing list