diff options
author | Simone Weiß <simone.p.weiss@posteo.com> | 2025-02-03 20:00:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-11 11:44:19 +0000 |
commit | 59dd1cdba644305788d780e2cd926e195114be7e (patch) | |
tree | 45171fc93dfc2b1440309c5301bb528a70547fde /meta/recipes-gnome | |
parent | 4558f1b7220a9701ed095fd8c447fa0d189e6efc (diff) | |
download | poky-59dd1cdba644305788d780e2cd926e195114be7e.tar.gz |
libsecret: upgrade 0.21.4 -> 0.21.6
Upgrade per AUH failed as with 0.21.6 libsecret now also comes with
bash-completions. Put those to an additional package, as systems might
come without bash, so not everyone might want them.
Changelog
---------
0.21.6
* meson: Make dbus-run-session optional [!157]
* meson: Actually include bash-completion subdir [!158]
0.21.5
* session: Tolerate non-approved DH parameter usage in FIPS mode [!145]
* Add some missing GIR annotations [!140]
* meson: Create default test setup with D-Bus [!115]
* meson: Use env.prepend() for test environment setup [!141]
* meson: Fix license field [!139]
* build: Remove self-inclusion from secret-item.h [!149]
* build: Fix compiler warnings in Vala tests [!153]
* tests: Fix "\|" used in test-secret-tool.sh not portable [!150]
* Fix typo in D-Bus XML [!152]
* docs: Fix minor gi-docgen reference [!142]
* docs: Fix Python example [!144]
* docs: Mention file backend [!146]
* docs: Fix link in README [!147]
* Several CI-related updates
* Updated translations
(From OE-Core rev: 1be1cf128ba04ea1399c43a369e909a2a5a16bc4)
Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch | 7 | ||||
-rw-r--r-- | meta/recipes-gnome/libsecret/libsecret_0.21.6.bb (renamed from meta/recipes-gnome/libsecret/libsecret_0.21.4.bb) | 5 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch b/meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch index 1bd49bbc38..da5ed1fd32 100644 --- a/meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch +++ b/meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From b90ecbdb4b91961a77a7cbb3a9b6a57128e2194b Mon Sep 17 00:00:00 2001 | 1 | From a9fd7dcddf8bc64646f2945ab564357c23111541 Mon Sep 17 00:00:00 2001 |
2 | From: Markus Volk <f_l_k@t-online.de> | 2 | From: Markus Volk <f_l_k@t-online.de> |
3 | Date: Tue, 3 Dec 2024 15:58:17 +0100 | 3 | Date: Tue, 3 Dec 2024 15:58:17 +0100 |
4 | Subject: [PATCH] meson: add option to disable pam tests | 4 | Subject: [PATCH] meson: add option to disable pam tests |
@@ -12,7 +12,7 @@ Signed-off-by: Markus Volk <f_l_k@t-online.de> | |||
12 | 2 files changed, 24 insertions(+), 21 deletions(-) | 12 | 2 files changed, 24 insertions(+), 21 deletions(-) |
13 | 13 | ||
14 | diff --git a/meson_options.txt b/meson_options.txt | 14 | diff --git a/meson_options.txt b/meson_options.txt |
15 | index 936eff8..8fa2a4e 100644 | 15 | index 936eff8..2ae14f2 100644 |
16 | --- a/meson_options.txt | 16 | --- a/meson_options.txt |
17 | +++ b/meson_options.txt | 17 | +++ b/meson_options.txt |
18 | @@ -8,3 +8,4 @@ option('bashcompdir', type: 'string', value: '', description: 'Override default | 18 | @@ -8,3 +8,4 @@ option('bashcompdir', type: 'string', value: '', description: 'Override default |
@@ -75,6 +75,3 @@ index 8413b58..5155329 100644 | |||
75 | + }, | 75 | + }, |
76 | + ) | 76 | + ) |
77 | +endif | 77 | +endif |
78 | -- | ||
79 | 2.47.0 | ||
80 | |||
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.21.4.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.6.bb index d356681252..e99201228a 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.21.4.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.21.6.bb | |||
@@ -14,7 +14,7 @@ inherit gnomebase gi-docgen vala gobject-introspection manpages | |||
14 | DEPENDS += "glib-2.0 libgcrypt gettext-native" | 14 | DEPENDS += "glib-2.0 libgcrypt gettext-native" |
15 | 15 | ||
16 | SRC_URI += "file://0001-meson-add-option-to-disable-pam-tests.patch" | 16 | SRC_URI += "file://0001-meson-add-option-to-disable-pam-tests.patch" |
17 | SRC_URI[archive.sha256sum] = "163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20" | 17 | SRC_URI[archive.sha256sum] = "747b8c175be108c880d3adfb9c3537ea66e520e4ad2dccf5dce58003aeeca090" |
18 | 18 | ||
19 | EXTRA_OEMESON += "-Dpam-tests=false" | 19 | EXTRA_OEMESON += "-Dpam-tests=false" |
20 | 20 | ||
@@ -24,6 +24,9 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | |||
24 | PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native" | 24 | PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native" |
25 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" | 25 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" |
26 | 26 | ||
27 | PACKAGES += " ${PN}-bash-completion" | ||
28 | FILES:${PN}-bash-completion += " ${datadir}/bash-completion/completions/secret-tool" | ||
29 | |||
27 | # http://errors.yoctoproject.org/Errors/Details/20228/ | 30 | # http://errors.yoctoproject.org/Errors/Details/20228/ |
28 | ARM_INSTRUCTION_SET:armv4 = "arm" | 31 | ARM_INSTRUCTION_SET:armv4 = "arm" |
29 | ARM_INSTRUCTION_SET:armv5 = "arm" | 32 | ARM_INSTRUCTION_SET:armv5 = "arm" |