classpath 0.98: New recipe.
authorRobert Schuster <thebohemian@gmx.net>
Thu, 19 Mar 2009 17:46:09 +0000 (18:46 +0100)
committerRobert Schuster <thebohemian@gmx.net>
Thu, 19 Mar 2009 23:55:17 +0000 (00:55 +0100)
recipes/classpath/classpath_0.98.bb [new file with mode: 0644]

diff --git a/recipes/classpath/classpath_0.98.bb b/recipes/classpath/classpath_0.98.bb
new file mode 100644 (file)
index 0000000..292c49f
--- /dev/null
@@ -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 \
+               "
+