From 32558186eb485696a4df686e76dc9151bc061ede Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Sep 2023 16:23:50 +0800 Subject: libsecret: upgrade 0.21.0 -> 0.21.1 Changelog: =========== * Fix updating credentials by another process in the same Flatpak sandbox [#62, !99] * Migrate to g_memdup2 [!121] * Print error logs in CI [!125] * Updated translations (From OE-Core rev: 8d22d9ecf2f64a726c23a5a7bca166b293461dee) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-gnome/libsecret/libsecret_0.21.0.bb | 26 ------------------------ meta/recipes-gnome/libsecret/libsecret_0.21.1.bb | 26 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-gnome/libsecret/libsecret_0.21.0.bb create mode 100644 meta/recipes-gnome/libsecret/libsecret_0.21.1.bb diff --git a/meta/recipes-gnome/libsecret/libsecret_0.21.0.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.0.bb deleted file mode 100644 index 8f560f9f39..0000000000 --- a/meta/recipes-gnome/libsecret/libsecret_0.21.0.bb +++ /dev/null @@ -1,26 +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" - -GNOMEBASEBUILDCLASS = "meson" - -inherit gnomebase gi-docgen vala gobject-introspection manpages - -DEPENDS += "glib-2.0 libgcrypt gettext-native" - -SRC_URI[archive.sha256sum] = "2735b29d1cc0e5b12ba90bee88bd21774ac8db4ae1a4b716f46c409c19a14613" - -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.1.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.1.bb new file mode 100644 index 0000000000..63102476cb --- /dev/null +++ b/meta/recipes-gnome/libsecret/libsecret_0.21.1.bb @@ -0,0 +1,26 @@ +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" + +GNOMEBASEBUILDCLASS = "meson" + +inherit gnomebase gi-docgen vala gobject-introspection manpages + +DEPENDS += "glib-2.0 libgcrypt gettext-native" + +SRC_URI[archive.sha256sum] = "674f51323a5f74e4cb7e3277da68b5afddd333eca25bc9fd2d820a92972f90b1" + +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