summaryrefslogtreecommitdiff
path: root/packages/classpath/classpath_0.97.2.bb
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-06-06 12:50:58 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-06-06 12:50:58 +0000
commitf8106eb67642d5ffeecde506a557d6205fe9e4e5 (patch)
tree942baa2da8181b6443773be3491b391731b81654 /packages/classpath/classpath_0.97.2.bb
parent62c29a13f24aa7ce23caff7a4c9b21c8bdaf8d4b (diff)
classpath-native: Add patch allowing PhoneME builds with Classpath tools.
classpath-minimal: Move to bugfix release 0.97.2. classpath: Move to bugfix release 0.97.2. chinook-compat.conf: Set classpath preference to 0.97.2. preferred-om-2008-versions.inc: Set classpath preference to 0.97.2. classpath 0.97.2: * Updated NetworkInterface patch to include header file changes.
Diffstat (limited to 'packages/classpath/classpath_0.97.2.bb')
-rw-r--r--packages/classpath/classpath_0.97.2.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/classpath/classpath_0.97.2.bb b/packages/classpath/classpath_0.97.2.bb
new file mode 100644
index 0000000000..338ebcf0d4
--- /dev/null
+++ b/packages/classpath/classpath_0.97.2.bb
@@ -0,0 +1,22 @@
+require classpath.inc
+
+SRC_URI += "\
+ file://netif_16.patch;patch=1;pnum=0 \
+ file://SimpleName.diff;patch=1;pnum=0 \
+ "
+
+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 \
+ "
+