aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-06-11 23:16:04 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-06-20 12:29:55 +0200
commitd6e39a37749377225ee1e4b50dc70e33fb35c17a (patch)
tree6afd6f595e7190994d26af11df0b6bd5747ba5ef /meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
parent9c698137be199fe01dbdff801e5cd6561bdaae48 (diff)
downloadmeta-openembedded-d6e39a37749377225ee1e4b50dc70e33fb35c17a.tar.gz
gnome-keyring: Fix build error due to missing asn1 prototypes
This fixes the errors that started to pop up recently while building gnome-keyring as part of gnome images The error is decribed in patch header Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
index 72f2722572..0d0f17124b 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
@@ -15,6 +15,8 @@ PR = "r12"
inherit autotools gnome gtk-doc pkgconfig gsettings
+SRC_URI += "file://egg-asn1x.patch"
+
DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils"
@@ -24,7 +26,6 @@ SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc"
SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9"
FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr"
-
FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \
${libdir}/${BPN}/devel/*${SOLIBSDEV} \