summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python.inc
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-08-25 20:21:14 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-28 11:31:21 +0100
commit4265f8f99c14ed3a6cd023f1ef9f84213fc6419e (patch)
treeed6ede5456ccbb172d1f8526efa8b90ce5146636 /meta/recipes-devtools/python/python.inc
parentccc19f8dd4a5aa22baa11351b40b51ec4086b037 (diff)
downloadpoky-4265f8f99c14ed3a6cd023f1ef9f84213fc6419e.tar.gz
python: Remove PYTHONLSBOPTS that hasn't been set for some time
(From OE-Core rev: 26f086834c05f97cbfd17fd16e003a89753dc995) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python.inc')
-rw-r--r--meta/recipes-devtools/python/python.inc1
1 files changed, 0 insertions, 1 deletions
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 = "\
37 --enable-shared \ 37 --enable-shared \
38 --enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \ 38 --enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \
39 ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no \ 39 ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no \
40 ${PYTHONLSBOPTS} \
41" 40"
42 41
43do_configure_prepend() { 42do_configure_prepend() {