libecj-bootstrap 3.5: Removed (was not stable for openjdk builds).
authorRobert Schuster <robertschuster@fsfe.org>
Thu, 24 Jun 2010 09:38:43 +0000 (11:38 +0200)
committerRobert Schuster <robertschuster@fsfe.org>
Thu, 24 Jun 2010 09:46:05 +0000 (11:46 +0200)
libecj-bootstrap 3.6: New recipe.

recipes/ecj/libecj-bootstrap_3.5.bb [deleted file]
recipes/ecj/libecj-bootstrap_3.6.bb [new file with mode: 0644]
recipes/swt/swt3.6-gtk_3.6.bb [new file with mode: 0644]

diff --git a/recipes/ecj/libecj-bootstrap_3.5.bb b/recipes/ecj/libecj-bootstrap_3.5.bb
deleted file mode 100644 (file)
index 865d858..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# Causes problems with openjdk/icedtea. See Eclipse bug eclipse bug #285466
-# Might get fixed in IcedTea 1.6
-DEFAULT_PREFERENCE = "-1"
-
-require libecj-bootstrap.inc
-
-PR = "r1"
-
-SRC_URI = " \
-          http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.5-200906111540/ecjsrc-3.5.zip \
-          "
-
-
-SRC_URI[md5sum] = "356f1d337833670e34cf53b58513daeb"
-SRC_URI[sha256sum] = "f3f82d0b91f63fa3aab52f61ad8f5d50c0e4029479cf4b720b83a3424074bd38"
diff --git a/recipes/ecj/libecj-bootstrap_3.6.bb b/recipes/ecj/libecj-bootstrap_3.6.bb
new file mode 100644 (file)
index 0000000..faece53
--- /dev/null
@@ -0,0 +1,10 @@
+require libecj-bootstrap.inc
+
+PR = "r0"
+
+SRC_URI = " \
+          http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.6-201006080911/ecjsrc-${PV}.zip \
+          "
+
+SRC_URI[md5sum] = "25975087b48145eef4ff5f161e792f3e"
+SRC_URI[sha256sum] = "bc2d624c5ca135d593c71a677674509f5801998ffe98c386749d15a46ee69242"
diff --git a/recipes/swt/swt3.6-gtk_3.6.bb b/recipes/swt/swt3.6-gtk_3.6.bb
new file mode 100644 (file)
index 0000000..ca3e6d2
--- /dev/null
@@ -0,0 +1,16 @@
+require swt-gtk.inc
+
+PR = "r0"
+
+SRC_URI = "http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.6-201006080911/swt-${PV}-gtk-linux-x86.zip;name=swt \
+           file://Makefile"
+
+SRC_URI[swt.md5sum] = "514206a4b9e27ac66cb7876157c3e74f"
+SRC_URI[swt.sha256sum] = "9497be8de7e1190680cf984a0d53c3023812540a10df759ac28c7140198077ff"
+
+# A number which is used by SWT to mark the shared libraries.
+SWT_API_VERSION = "3.6"
+
+PROVIDES = "swt3.6-gtk"
+
+RCONFLICTS_${PN} = "libswt3.4-gtk-java libswt3.5-gtk-java"