From 4265f8f99c14ed3a6cd023f1ef9f84213fc6419e Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sun, 25 Aug 2019 20:21:14 +0300 Subject: python: Remove PYTHONLSBOPTS that hasn't been set for some time (From OE-Core rev: 26f086834c05f97cbfd17fd16e003a89753dc995) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/python/python.inc') 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() { -- cgit v1.2.3-54-g00ecf