Add gconf_version.patch explicitly to the SRC_URI where appropriate
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}"
-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() {
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}"