From 4aebb67131ab5f853b96eb9dc69399d8d38ea110 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 28 Feb 2024 15:32:23 +0800 Subject: libsecret: upgrade 0.21.2 -> 0.21.4 Changelog: ========== * file-backend: Subscribe before calling dbus * meson: Fix crypto option being silently ignored * Updated translations * Port PAM module from gnome-keyring * secret-tool: Fix memory issues in lock command (From OE-Core rev: b0494d7fa7e42ba9fe6b53bc698b72e6b3d82a16) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-gnome/libsecret/libsecret_0.21.2.bb | 25 ------------------------ meta/recipes-gnome/libsecret/libsecret_0.21.4.bb | 25 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-gnome/libsecret/libsecret_0.21.2.bb create mode 100644 meta/recipes-gnome/libsecret/libsecret_0.21.4.bb (limited to 'meta/recipes-gnome/libsecret') diff --git a/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb deleted file mode 100644 index 2d8ea952c5..0000000000 --- a/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets" -DESCRIPTION = "A GObject-based library for accessing the Secret Service API of \ -the freedesktop.org project, a cross-desktop effort to access passwords, \ -tokens and other types of secrets. libsecret provides a convenient wrapper \ -for these methods so consumers do not have to call the low-level DBus methods." -LICENSE = "LGPL-2.1-only" -HOMEPAGE = "https://github.com/GNOME/libsecret" -BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" -LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" - - -inherit gnomebase gi-docgen vala gobject-introspection manpages - -DEPENDS += "glib-2.0 libgcrypt gettext-native" - -SRC_URI[archive.sha256sum] = "e4a341496a0815e64c8d3b8fabab33d7bae7efdeab77b843669731d5b181dcee" - -GTKDOC_MESON_OPTION = 'gtk_doc' - -PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native" - -# http://errors.yoctoproject.org/Errors/Details/20228/ -ARM_INSTRUCTION_SET:armv4 = "arm" -ARM_INSTRUCTION_SET:armv5 = "arm" -ARM_INSTRUCTION_SET:armv6 = "arm" diff --git a/meta/recipes-gnome/libsecret/libsecret_0.21.4.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.4.bb new file mode 100644 index 0000000000..88c3c73510 --- /dev/null +++ b/meta/recipes-gnome/libsecret/libsecret_0.21.4.bb @@ -0,0 +1,25 @@ +SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets" +DESCRIPTION = "A GObject-based library for accessing the Secret Service API of \ +the freedesktop.org project, a cross-desktop effort to access passwords, \ +tokens and other types of secrets. libsecret provides a convenient wrapper \ +for these methods so consumers do not have to call the low-level DBus methods." +LICENSE = "LGPL-2.1-only" +HOMEPAGE = "https://github.com/GNOME/libsecret" +BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" +LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" + + +inherit gnomebase gi-docgen vala gobject-introspection manpages + +DEPENDS += "glib-2.0 libgcrypt gettext-native" + +SRC_URI[archive.sha256sum] = "163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20" + +GTKDOC_MESON_OPTION = 'gtk_doc' + +PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native" + +# http://errors.yoctoproject.org/Errors/Details/20228/ +ARM_INSTRUCTION_SET:armv4 = "arm" +ARM_INSTRUCTION_SET:armv5 = "arm" +ARM_INSTRUCTION_SET:armv6 = "arm" -- cgit v1.2.3-54-g00ecf