diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-19 14:01:26 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-19 14:01:26 +0000 |
commit | 6eb9fb1974cdb1c94a60ffa422e9aa3af65cf116 (patch) | |
tree | dbe2c13616f9955f737c0455f03972f150bb07a9 /packages/classpath/classpath.inc | |
parent | 4b67df106972f6e79b815eb305ed94609ed71e77 (diff) | |
parent | 2340b33c5bb2e4206f9c35114a0bcbac711345d7 (diff) |
merge of '3eac26db70c312053491f643dc9df91f03c13be2'
and '86eacc43ad1d11e9d0f9fd2bf034da287c974ffe'
Diffstat (limited to 'packages/classpath/classpath.inc')
-rw-r--r-- | packages/classpath/classpath.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/classpath/classpath.inc b/packages/classpath/classpath.inc index 1d684c0557..d9498c99d5 100644 --- a/packages/classpath/classpath.inc +++ b/packages/classpath/classpath.inc @@ -7,7 +7,6 @@ PROVIDES = "classpath" RPROVIDES = "classpath" SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz \ - file://disable-automake-checks.patch;patch=1 \ file://gconf_version.patch;patch=1 \ file://fix-endian-arm-floats.patch;patch=1" @@ -28,3 +27,4 @@ FILES_classpath-common += "${datadir}/classpath/glibj.zip" FILES_classpath-examples += "${datadir}/classpath/examples" FILES_classpath-tools += "${datadir}/classpath/tools.zip ${datadir}/classpath/tools" FILES_classpath-dev += "${libdir}/*.so" +FILES_classpath-dbg += "${libdir}/classpath/.debug" |