From 26f086834c05f97cbfd17fd16e003a89753dc995 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sun, 25 Aug 2019 20:21:14 +0300 Subject: [PATCH] python: Remove PYTHONLSBOPTS that hasn't been set for some time Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python.inc | 1 - 1 file changed, 1 deletion(-) 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() { -- 2.47.2