diff mbox series

[meta-security] sssd: remove duplicate option --without-python2-bindings

Message ID 20240527190530.1894157-1-gael.portay@rtone.fr
State New
Headers show
Series [meta-security] sssd: remove duplicate option --without-python2-bindings | expand

Commit Message

Gael PORTAY May 27, 2024, 7:05 p.m. UTC
The option --without-python2-bindings was added twice, by the commit
4375507f39ed4bc62e1304838870be65f3a81460, and then after python2 was
deprecated with the commit 96737082ad20eabcbbaa82b0cacee0d05d50eaab.

This removes the latter.

Signed-off-by: Gaƫl PORTAY <gael.portay@rtone.fr>
---
 .../networking-layer/recipes-security/sssd/sssd_2.9.2.bb         | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb b/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb
index d61471c..4c76bd9 100644
--- a/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb
+++ b/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb
@@ -66,7 +66,6 @@  EXTRA_OECONF += " \
     --without-ipa-getkeytab \
     --without-python2-bindings \
     --enable-pammoddir=${base_libdir}/security \
-    --without-python2-bindings \
     --with-xml-catalog-path=${STAGING_ETCDIR_NATIVE}/xml/catalog \
     --with-pid-path=/run \
 "