[oe-commits] Andreas Oberritter : python: fix cached config value for /dev/ptmx

git at git.openembedded.org git at git.openembedded.org
Wed Mar 25 12:40:32 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: f19d5e3ffbb10ddc6220249fb9e978d1c3fc5e45
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f19d5e3ffbb10ddc6220249fb9e978d1c3fc5e45

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Mar 23 16:42:21 2015 +0100

python: fix cached config value for /dev/ptmx

Linux usually has /dev/ptmx, so set set it to yes.

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/python/python_2.7.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python_2.7.9.bb b/meta/recipes-devtools/python/python_2.7.9.bb
index 6d5b42a..0031b8f 100644
--- a/meta/recipes-devtools/python/python_2.7.9.bb
+++ b/meta/recipes-devtools/python/python_2.7.9.bb
@@ -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



More information about the Openembedded-commits mailing list