diff options
author | Robert Schuster <thebohemian@gmx.net> | 2009-03-19 18:46:09 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2009-03-20 00:55:17 +0100 |
commit | a5efb484c57573d9efed8b4400804a0b270f7996 (patch) | |
tree | e8bf2036d149d52d2b8af1c79cbda18b50c05e3f /recipes/classpath | |
parent | d7807ce2873e052b14c506f985faa7019cacc302 (diff) |
classpath 0.98: New recipe.
Diffstat (limited to 'recipes/classpath')
-rw-r--r-- | 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 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 \ + " + |