mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
* imported from OE with sorted entries etc (From OE-Core rev: 94b36524550ff2c94a5f8d82a9bc2073c06d418a) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
36 lines
672 B
PHP
36 lines
672 B
PHP
DESCRIPTION = "The Python Programming Language"
|
|
HOMEPAGE = "http://www.python.org"
|
|
LICENSE = "PSF"
|
|
SECTION = "devel/python"
|
|
PRIORITY = "optional"
|
|
# bump this on every change in contrib/python/generate-manifest-2.6.py
|
|
INC_PR = "nk1"
|
|
|
|
DEFAULT_PREFERENCE = "-26"
|
|
|
|
PYTHON_MAJMIN = "2.6"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_OECONF = "\
|
|
--with-threads \
|
|
--with-pymalloc \
|
|
--with-cyclic-gc \
|
|
--without-cxx \
|
|
--with-signal-module \
|
|
--with-wctype-functions \
|
|
--enable-shared \
|
|
"
|
|
|
|
EXTRA_OECONF_poky-lsb = "\
|
|
--with-threads \
|
|
--with-pymalloc \
|
|
--with-cyclic-gc \
|
|
--without-cxx \
|
|
--with-signal-module \
|
|
--enable-shared \
|
|
ac_cv_sizeof_off_t=8 \
|
|
"
|
|
|
|
PARALLEL_MAKE = ""
|