classpath-minimal: Updated to bugfix-only release 0.97.1
authorRobert Schuster <thebohemian@gmx.net>
Thu, 3 Apr 2008 22:04:17 +0000 (22:04 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Thu, 3 Apr 2008 22:04:17 +0000 (22:04 +0000)
packages/classpath/classpath-minimal_0.97.1.bb [new file with mode: 0644]
packages/classpath/classpath-minimal_0.97.bb [deleted file]

diff --git a/packages/classpath/classpath-minimal_0.97.1.bb b/packages/classpath/classpath-minimal_0.97.1.bb
new file mode 100644 (file)
index 0000000..31abce5
--- /dev/null
@@ -0,0 +1,18 @@
+require classpath.inc
+
+PR = "r0"
+
+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"
+
diff --git a/packages/classpath/classpath-minimal_0.97.bb b/packages/classpath/classpath-minimal_0.97.bb
deleted file mode 100644 (file)
index 7a44226..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-require classpath.inc
-
-SRC_URI += "\
-  file://xmlstream-fix.patch;patch=1;pnum=0 \
-  "
-
-PR = "r1"
-
-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"
-