42 Commits

Author SHA1 Message Date
Stephan Raue
d828273e6e Python: dont build with LTO support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-07 03:19:02 +01:00
Stephan Raue
a444e6e95c Python: typo, use $CFLAGS instead $TARGET_CFLAGS for $OPT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-28 15:12:58 +01:00
Stephan Raue
38814082da Python: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:22:33 +01:00
Stephan Raue
99841feda6 lua: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:22:33 +01:00
Stephan Raue
80e1eaf27f lua: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-13 15:15:01 +01:00
Stephan Raue
611cd058ce Python: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-13 15:14:49 +01:00
Stephan Raue
f3d0cf860c Python: remove unneeded patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-03 00:30:58 +01:00
Stephan Raue
8599e9e69b Python: readd SSL support, add patch to detect paths in sysroot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-03 00:30:20 +01:00
Stephan Raue
28144a8c71 Python: dont use --as-needed in LDFLAGS because of linking problems with expat
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-10-23 07:46:25 +02:00
Stephan Raue
0a50ef3662 Python: add -lexpat to LDFLAGS, add LDFLAGS support to cross compiling patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-10-22 03:05:30 +02:00
Stephan Raue
0cf027e06e Python: add patch to dont create static python library, enable shared library support for host python, add expat-host as an dep., cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-10-21 21:55:58 +02:00
Stephan Raue
a31267bee1 Python: remove libdir from config script, because it is also used for host builds
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-10-20 02:13:14 +02:00
Stephan Raue
630a8d00b5 Python: rename patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-10-20 02:11:22 +02:00
Stephan Raue
1f5f3dea44 Python, update to Python-2.6.6, rework & cleanup, remove config/options.python file (will be not more used)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-10-19 20:21:38 +02:00
Stephan Raue
86fa6879ef Python: build only with one core (fails sometimes on parallel builds)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-09-04 00:35:34 +02:00
Stephan Raue
9e8d82ac59 Python: install package 'file'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-08-18 01:17:10 +02:00
Stephan Raue
c7cf1f753b packages/*, scripts/*, config/options: remove $PKG_DIR declaration (now in config/path), include config/options with package name
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:54:45 +02:00
Stephan Raue
8289e0b16f new package: add package 'lua'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-14 20:05:53 +02:00
Stephan Raue
483f167f56 Python:
- remove lto/gold hack
2010-06-16 15:18:20 +02:00
Stephan Raue
de20d78f48 Python:
- update link time optimization hack
2010-06-14 01:26:28 +02:00
Stephan Raue
c87b0f833f Python:
- disable build with LTO support
2010-05-30 22:37:39 +02:00
Stephan Raue
e257eac192 Python:
- ugly hack to fix some issues with crosscompile
2010-01-17 06:59:04 +01:00
Stephan Raue
fd26d83fd1 Python:
- revert r1809, we need some more work for fixing crosscompiling python
2010-01-17 06:17:00 +01:00
Stephan Raue
be6fd45d7f Python:
- install shared openssl and zlib to $INSTALL
2010-01-13 11:24:26 +01:00
Stephan Raue
5dc0ad329d Python:
- build host python with prefix $SYSROOT_PREFIX/usr
- build host python statically
- dont install an full Python to $TOOLCHAIN
- simplyfing
- some cleanups
2010-01-11 10:51:55 +01:00
Stephan Raue
aa8df0e51e Python:
- build host python also with ucs4 support (host python must be have the same configuration like target python)
2010-01-08 17:33:58 +01:00
Stephan Raue
b803ad3f55 Python:
- remove unneeded patch
2010-01-08 03:04:51 +01:00
Stephan Raue
fc3a95711a Python: (thanks to Andras)
- install with multiprocessing support files for upcoming plugings
- install with email support files for upcoming plugins
2010-01-07 17:53:40 +01:00
Stephan Raue
2611c7c62b Python:
- force making of symbolic link (thanks to Andras)
2010-01-07 17:50:27 +01:00
Stephan Raue
fcd0619ce4 Python:
- enable ucs4 unicode build
2009-12-16 05:35:06 +01:00
Stephan Raue
e1cef013b5 Python:
- various cleanups
2009-11-16 04:38:52 +01:00
Stephan Raue
d6e37d2ed0 Python:
- fix installation of libs
2009-11-06 15:32:44 +01:00
Stephan Raue
15de2ff56b Python:
- build and install shared libpython
2009-10-19 06:14:54 +02:00
Stephan Raue
6dd63442db Python: build with system libffi 2009-08-16 22:49:43 +02:00
Stephan Raue
f07510bf00 Python dont find system-libffi, build with internal libffi, patch Pythons libffi to build with uClibc-master 2009-08-03 00:12:35 +02:00
Stephan Raue
802cd995ef update to Python-2.6.2 2009-05-18 04:11:55 +02:00
Stephan Raue
97cb6c3894 various cleanups 2009-05-17 23:13:56 +02:00
Stephan Raue
d278461b9c rename gettext to gettext-dummy, replace /* with 2009-05-16 23:35:27 +02:00
Stephan Raue
0ce9c46d5e cleanup Python buildscript 2009-04-28 22:47:58 +02:00
Stephan Raue
a664c00904 test of pythons sqlite module works 2009-04-18 22:27:04 +02:00
Stephan Raue
d92ed33682 various cleanup 2009-04-18 22:18:22 +02:00
Stephan Raue
de71016fb4 initial import 2009-03-18 13:02:53 +01:00