From: Grazvydas Ignotas Date: Mon, 17 Nov 2014 00:00:54 +0000 (+0200) Subject: gnome-keyring: bump X-Git-Tag: sz_173~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61caabab6b4a89ba53693f626a64a33cd2e83381;p=openembedded.git gnome-keyring: bump opkg doesn't doesn't see libtasn1 dependecy after upgrade, why? This is random try to "fix" it. --- diff --git a/recipes/gnome/gnome-keyring_2.28.2.bb b/recipes/gnome/gnome-keyring_2.28.2.bb index 17dbf46d6a..3a0f308529 100644 --- a/recipes/gnome/gnome-keyring_2.28.2.bb +++ b/recipes/gnome/gnome-keyring_2.28.2.bb @@ -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 diff --git a/recipes/gnutls/libtasn1_1.7.bb b/recipes/gnutls/libtasn1_1.7.bb index f9a4ae6e1c..40706bb9f3 100644 --- a/recipes/gnutls/libtasn1_1.7.bb +++ b/recipes/gnutls/libtasn1_1.7.bb @@ -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"