diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/swt/swt-gtk.inc | 3 | ||||
-rw-r--r-- | 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 a5e62b7155..eed628a313 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 667e516fa0..d834a58157 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" |