diff options
| author | Khem Raj <raj.khem@gmail.com> | 2013-06-11 23:16:04 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-06-20 12:29:55 +0200 |
| commit | d6e39a37749377225ee1e4b50dc70e33fb35c17a (patch) | |
| tree | 6afd6f595e7190994d26af11df0b6bd5747ba5ef /meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | |
| parent | 9c698137be199fe01dbdff801e5cd6561bdaae48 (diff) | |
| download | meta-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.bb | 3 |
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" | |||
| 15 | 15 | ||
| 16 | inherit autotools gnome gtk-doc pkgconfig gsettings | 16 | inherit autotools gnome gtk-doc pkgconfig gsettings |
| 17 | 17 | ||
| 18 | SRC_URI += "file://egg-asn1x.patch" | ||
| 19 | |||
| 18 | DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 20 | DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
| 19 | RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils" | 21 | RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils" |
| 20 | 22 | ||
| @@ -24,7 +26,6 @@ SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc" | |||
| 24 | SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9" | 26 | SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9" |
| 25 | 27 | ||
| 26 | FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr" | 28 | FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr" |
| 27 | |||
| 28 | 29 | ||
| 29 | FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \ | 30 | FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \ |
| 30 | ${libdir}/${BPN}/devel/*${SOLIBSDEV} \ | 31 | ${libdir}/${BPN}/devel/*${SOLIBSDEV} \ |
