Re: [PATCH] libpwquality: Add option to disable python bindings
Jose Quaresma
Hi Noah, Noah Brewer <noah.t.brewer@...> escreveu no dia terça, 28/06/2022 à(s) 21:48: From: Noah Brewer <noah.t.brewer@...> We can't override the remove operator so if you use remove no one can undo that. Please use inverted logic with RDEPENDS:${PN}:append so it is possible to use remove if needed in bbappend. Anyway we can add RDEPENDS with the PACKAGECONFIG (it is the argument number 4) +PACKAGECONFIG[python-bindings] = "--enable-python-bindings=yes, --enable-python-bindings=no,,python3-core" Jose FILES:${PN} += "${libdir}/security/pam_pwquality.so" Best regards, José Quaresma |
|