summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2015-03-23 16:42:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-25 12:39:41 +0000
commitb31a0e30913a1a0509ee2e3700020b1dc569c2b6 (patch)
treeffb5795dee89d4b2dbaab838254f1fb8acef7bf5 /meta
parent7cb5ea06b85164c0190e85677ab9b163f2ecacd4 (diff)
downloadpoky-b31a0e30913a1a0509ee2e3700020b1dc569c2b6.tar.gz
python: fix cached config value for /dev/ptmx
Linux usually has /dev/ptmx, so set set it to yes. (From OE-Core rev: f19d5e3ffbb10ddc6220249fb9e978d1c3fc5e45) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python_2.7.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.9.bb b/meta/recipes-devtools/python/python_2.7.9.bb
index 6d5b42a42f..0031b8f453 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__"
38TARGET_CC_ARCH_append_armv7a = " -D__SOFTFP__" 38TARGET_CC_ARCH_append_armv7a = " -D__SOFTFP__"
39 39
40# The following is a hack until we drop ac_cv_sizeof_off_t from site files 40# The following is a hack until we drop ac_cv_sizeof_off_t from site files
41EXTRA_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" 41EXTRA_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"
42 42
43do_configure_append() { 43do_configure_append() {
44 rm -f ${S}/Makefile.orig 44 rm -f ${S}/Makefile.orig