diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-16 23:58:49 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-16 23:58:49 +0000 |
commit | 5a5b87644856b24037b3d3969a3a52758d971e77 (patch) | |
tree | 006176219a1b3597cf586b69c824b00914e7c5fc /packages | |
parent | 9bb278ec49e82e77c2560996a998f1a22cec146d (diff) |
classpath: unb0rk classpath-minimal-native. Partly fixes 2296.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/classpath/classpath-minimal-native_0.93.bb | 3 | ||||
-rw-r--r-- | packages/classpath/classpath.inc | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/classpath/classpath-minimal-native_0.93.bb b/packages/classpath/classpath-minimal-native_0.93.bb index 8a08a6c1ce..f8e88a0217 100644 --- a/packages/classpath/classpath-minimal-native_0.93.bb +++ b/packages/classpath/classpath-minimal-native_0.93.bb @@ -1,8 +1,9 @@ require classpath.inc DEPENDS = "glib-2.0 libart-lgpl pango libxtst jikes-native zip-native" +PR = "r1" -SRC_URI += "file://gconf_version.patch;patch=1" +S = "${WORKDIR}/classpath-${PV}" inherit native diff --git a/packages/classpath/classpath.inc b/packages/classpath/classpath.inc index e66f5d7456..1d684c0557 100644 --- a/packages/classpath/classpath.inc +++ b/packages/classpath/classpath.inc @@ -8,6 +8,7 @@ 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" inherit autotools |