diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-12-06 01:08:55 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-07 15:46:05 -0800 |
commit | a895d6a26c16190dc7ed00b4b2dbc759ffbc25f4 (patch) | |
tree | 1e3f948aa49e4043ef046b03e3f8c8284e4dcac9 /meta-gnome/recipes-gnome/gnome-keyring | |
parent | 134f84df4bbbfc8935baddc98147ed6743911372 (diff) | |
download | meta-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.bb | 29 |
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 @@ | |||
1 | SUMMARY = "Compatibility library for accessing secrets" | ||
2 | HOMEPAGE = "http://www.gnome.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "GPLv2 & LGPLv2" | ||
6 | LIC_FILES_CHKSUM = " \ | ||
7 | file://COPYING;md5=0914b9d3ebaba41ef2e3e0ae16f296cf \ | ||
8 | file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
9 | " | ||
10 | SECTION = "x11/gnome/libs" | ||
11 | |||
12 | inherit gnomebase gtk-doc gobject-introspection | ||
13 | |||
14 | DEPENDS = "dbus libgcrypt glib-2.0 glib-2.0-native intltool-native" | ||
15 | |||
16 | SRC_URI[archive.md5sum] = "6696e4f2e9aed4625cdc3af30bd8c238" | ||
17 | SRC_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' | ||
27 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
28 | ARM_INSTRUCTION_SET_armv4 = "arm" | ||
29 | |||