diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-06-24 11:38:43 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-06-24 11:46:05 +0200 |
commit | 8615c5014ccac8564373f2e88d1d3543c3576b9e (patch) | |
tree | 0ff2acd34c065543995638936ebd538344d60bbb | |
parent | d020e23c02d39e9e26191bc5cebcebf51b8c68d6 (diff) |
libecj-bootstrap 3.5: Removed (was not stable for openjdk builds).
libecj-bootstrap 3.6: New recipe.
-rw-r--r-- | recipes/ecj/libecj-bootstrap_3.5.bb | 15 | ||||
-rw-r--r-- | recipes/ecj/libecj-bootstrap_3.6.bb | 10 | ||||
-rw-r--r-- | 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 865d858ea5..0000000000 --- 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 0000000000..faece53453 --- /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 0000000000..ca3e6d2467 --- /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" |