]> code.ossystems Code Review - openembedded-core.git/commitdiff
python: fix cached config value for /dev/ptmx
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 23 Mar 2015 15:42:21 +0000 (16:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Mar 2015 17:52:38 +0000 (17:52 +0000)
Linux usually has /dev/ptmx, so set set it to yes.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python_2.7.9.bb

index 6d5b42a42f82d9cc3611737fada4d3a7afede4a7..0031b8f4534dc390ba3c7db5abbc813075cbd488 100644 (file)
@@ -38,7 +38,7 @@ TARGET_CC_ARCH_append_armv6 = " -D__SOFTFP__"
 TARGET_CC_ARCH_append_armv7a = " -D__SOFTFP__"
 
 # The following is a hack until we drop ac_cv_sizeof_off_t from site files
-EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', 'ac_cv_sizeof_off_t=8', '', d)} ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no"
+EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', 'ac_cv_sizeof_off_t=8', '', d)} ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no"
 
 do_configure_append() {
        rm -f ${S}/Makefile.orig