aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/classpath
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2009-03-19 18:46:09 +0100
committerRobert Schuster <thebohemian@gmx.net>2009-03-20 00:55:17 +0100
commita5efb484c57573d9efed8b4400804a0b270f7996 (patch)
treee8bf2036d149d52d2b8af1c79cbda18b50c05e3f /recipes/classpath
parentd7807ce2873e052b14c506f985faa7019cacc302 (diff)
downloadopenembedded-a5efb484c57573d9efed8b4400804a0b270f7996.tar.gz
classpath 0.98: New recipe.
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 \
+ "
+