summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-09-14 15:26:46 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2015-09-23 15:37:21 +0200
commit704f1445e5ceb649e6c21e581c8c132bfc660b8b (patch)
tree352641d44a22361c7a72bdb4ff8816c11bf7c471 /meta-gnome
parent4bd03f0e591387f6ec4d7bc60e520d11853c6140 (diff)
downloadmeta-openembedded-704f1445e5ceb649e6c21e581c8c132bfc660b8b.tar.gz
libsecret: remove the recipe due to its move to oe-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb b/meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb
deleted file mode 100644
index f610d4479..000000000
--- a/meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets"
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
4
5inherit gnomebase gtk-doc
6
7DEPENDS = "glib-2.0 libgcrypt"
8
9GNOME_COMPRESS_TYPE = "xz"
10
11EXTRA_OECONF += "--disable-manpages"
12
13SRC_URI[archive.md5sum] = "279d723cd005e80d1d304f74a3488acc"
14SRC_URI[archive.sha256sum] = "0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3"
15
16# Fails to build with thumb-1 (qemuarm)
17# | {standard input}: Assembler messages:
18# | {standard input}:686: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r12,r12,ror#3'
19# | {standard input}:686: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r12,r12,ror#13'
20# | {standard input}:687: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r12,r12,ror#29'
21# | {standard input}:687: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r12,r12,ror#19'
22# | {standard input}:688: Error: lo register required -- `orr r10,r10,r10'
23ARM_INSTRUCTION_SET = "arm"