summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gcr/gcr_3.28.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-02-19 18:47:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-20 11:30:35 +0000
commit16ce867414ad13aedddbcd90de95336be6e462b8 (patch)
treeca095a2db8d2586287185da0f6df0f5adab769ac /meta/recipes-gnome/gcr/gcr_3.28.1.bb
parenteba78da9e008b34dea302019f6a4920560f21c5c (diff)
downloadpoky-16ce867414ad13aedddbcd90de95336be6e462b8.tar.gz
gcr: upgrade 3.28.0 -> 3.28.1
(From OE-Core rev: c82f8f989b4875ae4d73ac25099b84fc9df5287e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gcr/gcr_3.28.1.bb')
-rw-r--r--meta/recipes-gnome/gcr/gcr_3.28.1.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gcr/gcr_3.28.1.bb b/meta/recipes-gnome/gcr/gcr_3.28.1.bb
new file mode 100644
index 0000000000..2299199c31
--- /dev/null
+++ b/meta/recipes-gnome/gcr/gcr_3.28.1.bb
@@ -0,0 +1,32 @@
1SUMMARY = "A library for bits of crypto UI and parsing etc"
2HOMEPAGE = "http://www.gnome.org/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
7
8DEPENDS = "intltool-native gtk+3 p11-kit glib-2.0 libgcrypt \
9 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'libxslt-native', '', d)}"
10
11inherit gnomebase gtk-icon-cache gtk-doc distro_features_check upstream-version-is-even vala gobject-introspection
12# depends on gtk+3, but also x11 through gtk+-x11
13REQUIRED_DISTRO_FEATURES = "x11"
14
15SRC_URI[archive.md5sum] = "afd88cacfd54c1ac5b3e0eb35e3aa674"
16SRC_URI[archive.sha256sum] = "95204aa2111c301778ebfbe60975ce3ed698c958430ffcc2a785ac5e593d168b"
17
18FILES_${PN} += " \
19 ${datadir}/dbus-1 \
20 ${datadir}/gcr-3 \
21"
22
23# http://errors.yoctoproject.org/Errors/Details/20229/
24ARM_INSTRUCTION_SET_armv4 = "arm"
25ARM_INSTRUCTION_SET_armv5 = "arm"
26ARM_INSTRUCTION_SET_armv6 = "arm"
27
28# These files may be out of date or missing our fixes
29# libgcrypt.m4 in particular is calling into libgcrypt-config
30do_configure_prepend() {
31 rm -f ${S}/build/m4/*
32}