diff options
| -rw-r--r-- | meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch | 14 | ||||
| -rw-r--r-- | meta/recipes-gnome/libsecret/libsecret_0.21.7.bb (renamed from meta/recipes-gnome/libsecret/libsecret_0.21.6.bb) | 2 |
2 files changed, 10 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 da5ed1fd32..e0a5737eab 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 | |||
| @@ -15,11 +15,15 @@ diff --git a/meson_options.txt b/meson_options.txt | |||
| 15 | index 936eff8..2ae14f2 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 | @@ -61,3 +61,8 @@ |
| 19 | option('bash_completion', type: 'feature', value: 'auto', description: 'Install bash completion files') | 19 | description: 'Build PAM module', |
| 20 | option('tpm2', type: 'boolean', value: false, description: 'With TPM2 Software Stack') | 20 | ) |
| 21 | option('pam', type: 'boolean', value: false, description: 'Build PAM module') | 21 | |
| 22 | +option('pam-tests', type: 'boolean', value: true, description: 'Build PAM Tests') | 22 | +option('pam-tests', |
| 23 | + type: 'boolean', | ||
| 24 | + value: true, | ||
| 25 | + description: 'Build PAM Tests' | ||
| 26 | +) | ||
| 23 | diff --git a/pam/meson.build b/pam/meson.build | 27 | diff --git a/pam/meson.build b/pam/meson.build |
| 24 | index 8413b58..5155329 100644 | 28 | index 8413b58..5155329 100644 |
| 25 | --- a/pam/meson.build | 29 | --- a/pam/meson.build |
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.21.6.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.7.bb index f40b1159eb..e77f83e92f 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.21.6.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.21.7.bb | |||
| @@ -13,7 +13,7 @@ inherit gnomebase gi-docgen vala gobject-introspection manpages | |||
| 13 | DEPENDS += "glib-2.0 libgcrypt gettext-native" | 13 | DEPENDS += "glib-2.0 libgcrypt gettext-native" |
| 14 | 14 | ||
| 15 | SRC_URI += "file://0001-meson-add-option-to-disable-pam-tests.patch" | 15 | SRC_URI += "file://0001-meson-add-option-to-disable-pam-tests.patch" |
| 16 | SRC_URI[archive.sha256sum] = "747b8c175be108c880d3adfb9c3537ea66e520e4ad2dccf5dce58003aeeca090" | 16 | SRC_URI[archive.sha256sum] = "6b452e4750590a2b5617adc40026f28d2f4903de15f1250e1d1c40bfd68ed55e" |
| 17 | 17 | ||
| 18 | EXTRA_OEMESON += "-Dpam-tests=false" | 18 | EXTRA_OEMESON += "-Dpam-tests=false" |
| 19 | 19 | ||
