diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-23 23:36:44 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-23 23:36:44 +0000 |
commit | 49e3d54393d3e30008c9583a8d7fec531f45bcea (patch) | |
tree | 59706daa469eb5c9108a3bc4933cf7baca077c93 /packages/classpath/classpath.inc | |
parent | 7c62fe0547ac8601b0583747eb6a40ab14e74697 (diff) |
classpath: revert seemingly erroneous manipulations of SRC_URI in classpath.inc
Add gconf_version.patch explicitly to the SRC_URI where appropriate
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 459788c93a..303c286d4e 100644 --- a/packages/classpath/classpath.inc +++ b/packages/classpath/classpath.inc @@ -8,7 +8,7 @@ PBN = "classpath" SRC_URI = "${GNU_MIRROR}/classpath/${PBN}-${PV}.tar.gz \ file://disable-automake-checks.patch;patch=1 \ - file://gconf_version.patch;patch=1" + file://fix-endian-arm-floats.patch;patch=1" S = "${WORKDIR}/${PBN}-${PV}" |