[oe-commits] Robert Schuster : classpath 0.98: New recipe.

GIT User account git at amethyst.openembedded.net
Thu Mar 19 23:53:52 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a5efb484c57573d9efed8b4400804a0b270f7996
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a5efb484c57573d9efed8b4400804a0b270f7996

Author: Robert Schuster <thebohemian at gmx.net>
Date:   Thu Mar 19 18:46:09 2009 +0100

classpath 0.98: New recipe.

---

 recipes/classpath/classpath_0.98.bb |   23 +++++++++++++++++++++++
 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 0000000..292c49f
--- /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 \
+               "
+





More information about the Openembedded-commits mailing list