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: lucaceresoli/bug-15201-perf-libtraceevent-missing~13493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26f086834c05f97cbfd17fd16e003a89753dc995;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 70481002bb4..1462b779e93 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() {