aboutsummaryrefslogtreecommitdiffstats
path: root/packages/classpath
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-23 23:36:44 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-23 23:36:44 +0000
commit49e3d54393d3e30008c9583a8d7fec531f45bcea (patch)
tree59706daa469eb5c9108a3bc4933cf7baca077c93 /packages/classpath
parent7c62fe0547ac8601b0583747eb6a40ab14e74697 (diff)
downloadopenembedded-49e3d54393d3e30008c9583a8d7fec531f45bcea.tar.gz
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')
-rw-r--r--packages/classpath/classpath-gtk_0.93.bb2
-rw-r--r--packages/classpath/classpath-minimal-native_0.93.bb5
-rw-r--r--packages/classpath/classpath.inc2
3 files changed, 7 insertions, 2 deletions
diff --git a/packages/classpath/classpath-gtk_0.93.bb b/packages/classpath/classpath-gtk_0.93.bb
index 9577947a0c..137ee8ffb2 100644
--- a/packages/classpath/classpath-gtk_0.93.bb
+++ b/packages/classpath/classpath-gtk_0.93.bb
@@ -4,6 +4,8 @@ DEPENDS = "glib-2.0 gtk+ cairo gconf libart-lgpl pango libxtst jikes-native zip-
RDEPENDS_${PN} = "classpath-common (>= ${PV})"
RCONFLICTS_${PN} = "classpath-minimal"
+SRC_URI += "file://gconf_version.patch;patch=1"
+
EXTRA_OECONF = "--with-jikes --disable-plugin --disable-dssi"
PACKAGES = "classpath-dev classpath-doc classpath-common classpath-examples classpath-tools ${PN}"
diff --git a/packages/classpath/classpath-minimal-native_0.93.bb b/packages/classpath/classpath-minimal-native_0.93.bb
index 05fd9b8557..8a08a6c1ce 100644
--- a/packages/classpath/classpath-minimal-native_0.93.bb
+++ b/packages/classpath/classpath-minimal-native_0.93.bb
@@ -1,8 +1,11 @@
-inherit native
require classpath.inc
DEPENDS = "glib-2.0 libart-lgpl pango libxtst jikes-native zip-native"
+SRC_URI += "file://gconf_version.patch;patch=1"
+
+inherit native
+
EXTRA_OECONF = "--with-jikes --disable-gconf-peer --disable-gtk-peer --disable-plugin --disable-dssi --disable-examples"
do_stage() {
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}"