diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-07-27 17:36:22 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-07-27 17:36:22 +0000 |
commit | 1b5a0cc2e6ed2ace27e9281e41ee87073bbf9604 (patch) | |
tree | 031403180f486e95b3ef19567920173fd7d4ab31 /packages/classpath/classpath-native.inc | |
parent | f8643cc0c333379bf08920f7a78623189df9c9a4 (diff) |
classpath-native: Fix typo in depends.
Diffstat (limited to 'packages/classpath/classpath-native.inc')
-rw-r--r-- | packages/classpath/classpath-native.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/classpath/classpath-native.inc b/packages/classpath/classpath-native.inc index 3094dca924..3f18c5fab6 100644 --- a/packages/classpath/classpath-native.inc +++ b/packages/classpath/classpath-native.inc @@ -6,7 +6,7 @@ S = "${WORKDIR}/classpath-${PV}" SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" -DEPENDS = "ecj-initial fastjar-native zip-nativei gettext-native" +DEPENDS = "ecj-initial fastjar-native zip-native gettext-native" inherit autotools native |