summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libsecret
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/libsecret')
-rw-r--r--meta/recipes-gnome/libsecret/libsecret_0.21.4.bb (renamed from meta/recipes-gnome/libsecret/libsecret_0.20.4.bb)14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.4.bb
index 96f6460181..88c3c73510 100644
--- a/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb
+++ b/meta/recipes-gnome/libsecret/libsecret_0.21.4.bb
@@ -3,23 +3,23 @@ DESCRIPTION = "A GObject-based library for accessing the Secret Service API of \
3the freedesktop.org project, a cross-desktop effort to access passwords, \ 3the freedesktop.org project, a cross-desktop effort to access passwords, \
4tokens and other types of secrets. libsecret provides a convenient wrapper \ 4tokens and other types of secrets. libsecret provides a convenient wrapper \
5for these methods so consumers do not have to call the low-level DBus methods." 5for these methods so consumers do not have to call the low-level DBus methods."
6LICENSE = "LGPLv2.1" 6LICENSE = "LGPL-2.1-only"
7HOMEPAGE = "https://github.com/GNOME/libsecret"
7BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" 8BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues"
8LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" 9LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
9 10
10GNOMEBASEBUILDCLASS = "meson"
11 11
12inherit gnomebase gtk-doc vala gobject-introspection manpages 12inherit gnomebase gi-docgen vala gobject-introspection manpages
13 13
14DEPENDS += "glib-2.0 libgcrypt gettext-native" 14DEPENDS += "glib-2.0 libgcrypt gettext-native"
15 15
16SRC_URI[archive.sha256sum] = "325a4c54db320c406711bf2b55e5cb5b6c29823426aa82596a907595abb39d28" 16SRC_URI[archive.sha256sum] = "163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20"
17 17
18GTKDOC_MESON_OPTION = 'gtk_doc' 18GTKDOC_MESON_OPTION = 'gtk_doc'
19 19
20PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native" 20PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native"
21 21
22# http://errors.yoctoproject.org/Errors/Details/20228/ 22# http://errors.yoctoproject.org/Errors/Details/20228/
23ARM_INSTRUCTION_SET_armv4 = "arm" 23ARM_INSTRUCTION_SET:armv4 = "arm"
24ARM_INSTRUCTION_SET_armv5 = "arm" 24ARM_INSTRUCTION_SET:armv5 = "arm"
25ARM_INSTRUCTION_SET_armv6 = "arm" 25ARM_INSTRUCTION_SET:armv6 = "arm"