[oe-commits] Robert Schuster : swt3.4-gtk.inc: Depends on classpath explicitly.

GIT User account git at amethyst.openembedded.net
Thu Mar 19 23:53:53 UTC 2009


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

Author: Robert Schuster <thebohemian at gmx.net>
Date:   Fri Mar 20 00:32:02 2009 +0100

swt3.4-gtk.inc: Depends on classpath explicitly.
swt3.4-gtk-hildon 3.4: Increase PR, since it is affected by glib-2.0 change.

---

 recipes/swt/swt-gtk.inc              |    3 ++-
 recipes/swt/swt3.4-gtk-hildon_3.4.bb |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/swt/swt-gtk.inc b/recipes/swt/swt-gtk.inc
index a5e62b7..eed628a 100644
--- a/recipes/swt/swt-gtk.inc
+++ b/recipes/swt/swt-gtk.inc
@@ -3,7 +3,8 @@ LICENSE = "CPL MPL LGPL"
 
 inherit java-library
 
-DEPENDS = "fastjar-native cairo gtk+ atk libxtst"
+# classpath provides jni.h which is needed herein
+DEPENDS = "fastjar-native cairo gtk+ atk libxtst classpath"
 
 S = "${WORKDIR}/swt-source"
 
diff --git a/recipes/swt/swt3.4-gtk-hildon_3.4.bb b/recipes/swt/swt3.4-gtk-hildon_3.4.bb
index 667e516..d834a58 100644
--- a/recipes/swt/swt3.4-gtk-hildon_3.4.bb
+++ b/recipes/swt/swt3.4-gtk-hildon_3.4.bb
@@ -1,6 +1,6 @@
 require swt3.4-gtk_${PV}.bb
 
-PR = "r0"
+PR = "r1"
 
 DEPENDS += "libhildon libhildonfm"
 





More information about the Openembedded-commits mailing list