diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-02-09 11:44:52 +0100 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-02-09 12:31:17 +0100 |
commit | 611381226aa6a4c040d1d2580836cf43a85d7df2 (patch) | |
tree | d51c2505c86d914832abdb3614b8076d7472183f /recipes/swt | |
parent | 442b69fb344f51e000f73ffeb879c3e2dc571f30 (diff) |
swt3.3-gtk 3.3.1: Removed.
swt3.4-gtk-hildon 3.4: Removed
swt3.4-gtk 3.4: Removed
swt3.4-gtk 3.4.2: Prepared for swt3.5 release.
Diffstat (limited to 'recipes/swt')
-rw-r--r-- | recipes/swt/swt3.3-gtk_3.3.1.bb | 12 | ||||
-rw-r--r-- | recipes/swt/swt3.4-gtk-hildon_3.4.bb | 7 | ||||
-rw-r--r-- | recipes/swt/swt3.4-gtk_3.4.2.bb | 2 | ||||
-rw-r--r-- | recipes/swt/swt3.4-gtk_3.4.bb | 14 |
4 files changed, 1 insertions, 34 deletions
diff --git a/recipes/swt/swt3.3-gtk_3.3.1.bb b/recipes/swt/swt3.3-gtk_3.3.1.bb deleted file mode 100644 index f6624b3cad..0000000000 --- a/recipes/swt/swt3.3-gtk_3.3.1.bb +++ /dev/null @@ -1,12 +0,0 @@ -require swt-gtk.inc - -PR = "r2" - -SRC_URI = "http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/eclipse/downloads/drops/R-${PV}-200710231652/swt-${PV}-gtk-linux-x86.zip \ - file://Makefile" - -# A number which is used by SWT to mark the shared libraries. -SWTVERSION = "3347" -SWT_API_VERSION = "3.3" - -RCONFLICTS = "libswt3.4-gtk-java" diff --git a/recipes/swt/swt3.4-gtk-hildon_3.4.bb b/recipes/swt/swt3.4-gtk-hildon_3.4.bb deleted file mode 100644 index ffccd5a339..0000000000 --- a/recipes/swt/swt3.4-gtk-hildon_3.4.bb +++ /dev/null @@ -1,7 +0,0 @@ -require swt3.4-gtk_${PV}.bb - -PR = "r2" - -DEPENDS += "libhildon libhildonfm" - -SRC_URI += "file://swt-hildon.patch;patch=1" diff --git a/recipes/swt/swt3.4-gtk_3.4.2.bb b/recipes/swt/swt3.4-gtk_3.4.2.bb index cac36773b5..6c0a4d41d8 100644 --- a/recipes/swt/swt3.4-gtk_3.4.2.bb +++ b/recipes/swt/swt3.4-gtk_3.4.2.bb @@ -11,4 +11,4 @@ SWT_API_VERSION = "3.4" PROVIDES = "swt3.4-gtk" -RCONFLICTS = "libswt3.3-gtk-java" +RCONFLICTS = "libswt3.5-gtk-java" diff --git a/recipes/swt/swt3.4-gtk_3.4.bb b/recipes/swt/swt3.4-gtk_3.4.bb deleted file mode 100644 index c7a534b7ad..0000000000 --- a/recipes/swt/swt3.4-gtk_3.4.bb +++ /dev/null @@ -1,14 +0,0 @@ -require swt-gtk.inc - -PR = "r1" - -SRC_URI = "http://ftp.wh2.tu-dresden.de/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.4-200806172000/swt-3.4-gtk-linux-x86.zip \ - file://Makefile" - -# A number which is used by SWT to mark the shared libraries. -SWTVERSION = "3448" -SWT_API_VERSION = "3.4" - -PROVIDES = "swt3.4-gtk" - -RCONFLICTS = "libswt3.3-gtk-java" |