summaryrefslogtreecommitdiffstats
path: root/recipes/classpath
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/classpath')
-rw-r--r--recipes/classpath/classpath_0.98.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/classpath/classpath_0.98.bb b/recipes/classpath/classpath_0.98.bb
new file mode 100644
index 0000000000..292c49ff1a
--- /dev/null
+++ b/recipes/classpath/classpath_0.98.bb
@@ -0,0 +1,23 @@
+require classpath.inc
+
+SRC_URI += "\
+ file://SimpleName.diff;patch=1;pnum=0 \
+ file://ecj_java_dir.patch;patch=1 \
+ file://autotools.patch;patch=1 \
+ "
+
+PR = "r0"
+
+DEPENDS += "gtk+ gconf libxtst"
+
+EXTRA_OECONF += "\
+ --disable-alsa \
+ --disable-dssi \
+ --disable-qt4-peer \
+ --disable-plugin \
+ --enable-gconf-peer \
+ --enable-gtk-peer \
+ --enable-local-sockets \
+ --with-vm=java \
+ "
+