summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3.inc')
-rw-r--r--meta/recipes-devtools/python/python3.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3.inc b/meta/recipes-devtools/python/python3.inc
index 3207f91ab8..f565b3f171 100644
--- a/meta/recipes-devtools/python/python3.inc
+++ b/meta/recipes-devtools/python/python3.inc
@@ -23,7 +23,7 @@ PYTHON_BINABI = "${PYTHON_MAJMIN}m"
23 23
24S = "${WORKDIR}/Python-${PV}" 24S = "${WORKDIR}/Python-${PV}"
25 25
26inherit autotools pkgconfig 26inherit autotools bluetooth pkgconfig
27 27
28EXTRA_OECONF = "\ 28EXTRA_OECONF = "\
29 --with-threads \ 29 --with-threads \
@@ -32,9 +32,10 @@ EXTRA_OECONF = "\
32 --with-signal-module \ 32 --with-signal-module \
33 --enable-shared \ 33 --enable-shared \
34 --enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \ 34 --enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \
35 ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no \
36" 35"
37 36
37PACKAGECONFIG[bluetooth] = ",ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no,${BLUEZ}"
38
38do_install_append () { 39do_install_append () {
39 sed -i -e 's:${HOSTTOOLS_DIR}/install:install:g' \ 40 sed -i -e 's:${HOSTTOOLS_DIR}/install:install:g' \
40 -e 's:${HOSTTOOLS_DIR}/mkdir:mkdir:g' \ 41 -e 's:${HOSTTOOLS_DIR}/mkdir:mkdir:g' \