diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-09-14 15:26:43 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:37:20 +0200 |
commit | 7e13bb138c5e9b66b77bf942c2add861356ffb66 (patch) | |
tree | a369b6bc7a8ad3f903eadf9b0c50eb600e27779f /meta-gnome/recipes-gnome | |
parent | 65289968844b2ec6e8a3d290af5f015305dfec3d (diff) | |
download | meta-openembedded-7e13bb138c5e9b66b77bf942c2add861356ffb66.tar.gz |
gcr: 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/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb deleted file mode 100644 index e9a837bb9..000000000 --- a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | SUMMARY = "A library for bits of crypto UI and parsing etc" | ||
2 | HOMEPAGE = "http://www.gnome.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
7 | |||
8 | DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt" | ||
9 | |||
10 | PNBLACKLIST[gcr] ?= "CONFLICT: 4 files conflict with gnome-keyring" | ||
11 | # e.g. sysroots/qemux86-64/usr/share/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml | ||
12 | # sysroots/qemux86-64/usr/share/GConf/gsettings/org.gnome.crypto.pgp.convert | ||
13 | |||
14 | inherit autotools gnomebase gtk-icon-cache gtk-doc | ||
15 | |||
16 | GNOME_COMPRESS_TYPE="xz" | ||
17 | |||
18 | SRC_URI[archive.md5sum] = "f5e66afcab19897a0de0590735329fb1" | ||
19 | SRC_URI[archive.sha256sum] = "a1e615ce2cfd375f383bbdd289935a8e3e16901c3c6f032780847055e8bec2c1" | ||
20 | |||
21 | FILES_${PN} += " \ | ||
22 | ${datadir}/dbus-1 \ | ||
23 | ${datadir}/gcr-3 \ | ||
24 | " | ||