mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
python: enable IPv6 based on DISTRO_FEATURES
Base this on DISTRO_FEATURES, because we don't want it unconditionally enabled. (From OE-Core rev: 6956fb01e0c7332e4d8b59cbcb1cd997c54191fc) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5a0f74ac04
commit
61ded4c7e6
@@ -27,5 +27,6 @@ EXTRA_OECONF = "\
|
||||
--with-signal-module \
|
||||
--with-wctype-functions \
|
||||
--enable-shared \
|
||||
--enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \
|
||||
${PYTHONLSBOPTS} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user