recipes/classpath: add classpath-minimal_0.98.bb
authorghost <andreas.monzner@multimedia-labs.de>
Thu, 18 Feb 2010 14:54:45 +0000 (15:54 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Thu, 18 Feb 2010 14:54:45 +0000 (15:54 +0100)
recipes/classpath/classpath-minimal_0.98.bb [new file with mode: 0644]

diff --git a/recipes/classpath/classpath-minimal_0.98.bb b/recipes/classpath/classpath-minimal_0.98.bb
new file mode 100644 (file)
index 0000000..91304a6
--- /dev/null
@@ -0,0 +1,27 @@
+require classpath.inc
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/${PBN}-${PV}"
+
+SRC_URI += "\
+  file://SimpleName.diff;patch=1;pnum=0 \
+  file://ecj_java_dir.patch;patch=1 \
+  file://autotools.patch;patch=1 \
+  file://fix-gmp.patch;patch=1 \
+"
+
+PR = "r3"
+
+PROVIDES = "${PN} classpath"
+
+EXTRA_OECONF += "\
+                --enable-local-sockets \
+                --disable-alsa \
+                --disable-gconf-peer \
+                --disable-gtk-peer \
+                --disable-plugin \
+                --disable-dssi \
+                --disable-examples \
+               "
+
+CPPACKAGES = "${PBN}-common ${PBN}-tools"
+