diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3.inc')
| -rw-r--r-- | meta/recipes-devtools/python/python3.inc | 5 |
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 | ||
| 24 | S = "${WORKDIR}/Python-${PV}" | 24 | S = "${WORKDIR}/Python-${PV}" |
| 25 | 25 | ||
| 26 | inherit autotools pkgconfig | 26 | inherit autotools bluetooth pkgconfig |
| 27 | 27 | ||
| 28 | EXTRA_OECONF = "\ | 28 | EXTRA_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 | ||
| 37 | PACKAGECONFIG[bluetooth] = ",ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no,${BLUEZ}" | ||
| 38 | |||
| 38 | do_install_append () { | 39 | do_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' \ |
