gnome-keyring: bump
authorGrazvydas Ignotas <notasas@gmail.com>
Mon, 17 Nov 2014 00:00:54 +0000 (02:00 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 17 Nov 2014 00:04:36 +0000 (02:04 +0200)
opkg doesn't doesn't see libtasn1 dependecy after upgrade, why?
This is random try to "fix" it.

recipes/gnome/gnome-keyring_2.28.2.bb
recipes/gnutls/libtasn1_1.7.bb

index 17dbf46..3a0f308 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "GNOME security credential management"
 LICENSE = "GPL"
 SECTION = "x11/gnome"
 DEPENDS = " gtk+-native libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt"
-PR = "r2"
+PR = "r3"
 
 inherit gnome pkgconfig
 
index f9a4ae6..40706bb 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Library for ASN.1 and DER manipulation"
 LICENSE = "LGPL"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"