summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-keyring
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-12-06 01:08:55 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-07 15:46:05 -0800
commita895d6a26c16190dc7ed00b4b2dbc759ffbc25f4 (patch)
tree1e3f948aa49e4043ef046b03e3f8c8284e4dcac9 /meta-gnome/recipes-gnome/gnome-keyring
parent134f84df4bbbfc8935baddc98147ed6743911372 (diff)
downloadmeta-openembedded-a895d6a26c16190dc7ed00b4b2dbc759ffbc25f4.tar.gz
libgnome-keyring: remove
* with recent changes nothing requires it anymore * development stopped in 2014 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-keyring')
-rw-r--r--meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_3.12.0.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_3.12.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_3.12.0.bb
deleted file mode 100644
index ba69e2e0c..000000000
--- a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_3.12.0.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1SUMMARY = "Compatibility library for accessing secrets"
2HOMEPAGE = "http://www.gnome.org/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "GPLv2 & LGPLv2"
6LIC_FILES_CHKSUM = " \
7 file://COPYING;md5=0914b9d3ebaba41ef2e3e0ae16f296cf \
8 file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
9"
10SECTION = "x11/gnome/libs"
11
12inherit gnomebase gtk-doc gobject-introspection
13
14DEPENDS = "dbus libgcrypt glib-2.0 glib-2.0-native intltool-native"
15
16SRC_URI[archive.md5sum] = "6696e4f2e9aed4625cdc3af30bd8c238"
17SRC_URI[archive.sha256sum] = "c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783"
18
19
20# Fails to build with thumb-1 (qemuarm)
21#| {standard input}: Assembler messages:
22#| {standard input}:823: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r12,r12,ror#3'
23#| {standard input}:823: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r12,r12,ror#13'
24#| {standard input}:824: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r12,r12,ror#29'
25#| {standard input}:824: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r12,r12,ror#19'
26#| {standard input}:825: Error: lo register required -- `orr r10,r10,r10'
27ARM_INSTRUCTION_SET_armv5 = "arm"
28ARM_INSTRUCTION_SET_armv4 = "arm"
29