swt3.4-gtk.inc: Depends on classpath explicitly.
authorRobert Schuster <thebohemian@gmx.net>
Thu, 19 Mar 2009 23:32:02 +0000 (00:32 +0100)
committerRobert Schuster <thebohemian@gmx.net>
Thu, 19 Mar 2009 23:55:24 +0000 (00:55 +0100)
swt3.4-gtk-hildon 3.4: Increase PR, since it is affected by glib-2.0 change.

recipes/swt/swt-gtk.inc
recipes/swt/swt3.4-gtk-hildon_3.4.bb

index a5e62b7..eed628a 100644 (file)
@@ -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"
 
index 667e516..d834a58 100644 (file)
@@ -1,6 +1,6 @@
 require swt3.4-gtk_${PV}.bb
 
-PR = "r0"
+PR = "r1"
 
 DEPENDS += "libhildon libhildonfm"