pygobject: update to pygobject-2.26.0, add libffi support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-03 11:50:28 +01:00
parent d080f5cf2a
commit a90b23ce1d
4 changed files with 5 additions and 5010 deletions

View File

@ -5,7 +5,7 @@
$SCRIPTS/build toolchain
$SCRIPTS/build Python
$SCRIPTS/build glib
#$SCRIPTS/build libffi
$SCRIPTS/build libffi
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
@ -16,7 +16,8 @@ cd $PKG_BUILD
--sysconfdir=/etc \
--disable-static \
--enable-shared \
--enable-thread
--enable-thread \
--disable-introspection \
make

View File

@ -4,7 +4,7 @@
$SCRIPTS/install Python
$SCRIPTS/install glib
#$SCRIPTS/install libffi
$SCRIPTS/install libffi
PYTHON_LIB_DIR=`ls -d $INSTALL/usr/lib/python*`

View File

@ -1 +1 @@
http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.21/pygobject-2.21.1.tar.bz2
http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.26/pygobject-2.26.0.tar.bz2