From: Adrian Bunk Date: Sun, 25 Aug 2019 17:21:14 +0000 (+0300) Subject: python: Remove PYTHONLSBOPTS that hasn't been set for some time X-Git-Tag: uninative-2.7~381 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=26f086834c05f97cbfd17fd16e003a89753dc995;p=openembedded-core.git python: Remove PYTHONLSBOPTS that hasn't been set for some time Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index 70481002bb..1462b779e9 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc @@ -37,7 +37,6 @@ EXTRA_OECONF = "\ --enable-shared \ --enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \ ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no \ - ${PYTHONLSBOPTS} \ " do_configure_prepend() {