summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python.inc')
-rw-r--r--meta/recipes-devtools/python/python.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc
index 62a6ba1589..f78250769b 100644
--- a/meta/recipes-devtools/python/python.inc
+++ b/meta/recipes-devtools/python/python.inc
@@ -22,4 +22,14 @@ EXTRA_OECONF = "\
22 --enable-shared \ 22 --enable-shared \
23" 23"
24 24
25EXTRA_OECONF_poky-lsb = "\
26 --with-threads \
27 --with-pymalloc \
28 --with-cyclic-gc \
29 --without-cxx \
30 --with-signal-module \
31 --enable-shared \
32 ac_cv_sizeof_off_t=8 \
33"
34
25PARALLEL_MAKE = "" 35PARALLEL_MAKE = ""