[oe-commits] Robert Schuster : libecj-bootstrap 3.5: Removed ( was not stable for openjdk builds).

git version control git at git.openembedded.org
Thu Jun 24 09:44:51 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8615c5014ccac8564373f2e88d1d3543c3576b9e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8615c5014ccac8564373f2e88d1d3543c3576b9e

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Thu Jun 24 11:38:43 2010 +0200

libecj-bootstrap 3.5: Removed (was not stable for openjdk builds).
libecj-bootstrap 3.6: New recipe.

---

 recipes/ecj/libecj-bootstrap_3.5.bb |   15 ---------------
 recipes/ecj/libecj-bootstrap_3.6.bb |   10 ++++++++++
 recipes/swt/swt3.6-gtk_3.6.bb       |   16 ++++++++++++++++
 3 files changed, 26 insertions(+), 15 deletions(-)

diff --git a/recipes/ecj/libecj-bootstrap_3.5.bb b/recipes/ecj/libecj-bootstrap_3.5.bb
deleted file mode 100644
index 865d858..0000000
--- a/recipes/ecj/libecj-bootstrap_3.5.bb
+++ /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
index 0000000..faece53
--- /dev/null
+++ b/recipes/ecj/libecj-bootstrap_3.6.bb
@@ -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
index 0000000..ca3e6d2
--- /dev/null
+++ b/recipes/swt/swt3.6-gtk_3.6.bb
@@ -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"





More information about the Openembedded-commits mailing list