Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2013-09-05 00:19:05 +02:00
commit ef6c4417a8
2 changed files with 5 additions and 5 deletions

View File

@ -81,10 +81,10 @@ sed -e "s|^LIBDIR=.*|LIBDIR= $SYSROOT_PREFIX/usr/lib|" \
-i $SYSROOT_PREFIX/usr/lib/python*/config/Makefile
EXCLUDE_DIRS="bsddb curses idlelib lib-tk lib2to3 msilib"
INCLUDE_DIRS="compiler ctypes ctypes/macholib distutils distutils/command email"
INCLUDE_DIRS="$INCLUDE_DIRS email/mime encodings hotshot importlib json logging"
INCLUDE_DIRS="$INCLUDE_DIRS multiprocessing plat-linux2 sqlite3 xml xml/dom xml/etree"
INCLUDE_DIRS="$INCLUDE_DIRS xml/parsers xml/sax wsgiref"
INCLUDE_DIRS="compiler ctypes distutils email"
INCLUDE_DIRS="$INCLUDE_DIRS encodings hotshot importlib json logging"
INCLUDE_DIRS="$INCLUDE_DIRS multiprocessing plat-linux2 sqlite3 xml"
INCLUDE_DIRS="$INCLUDE_DIRS wsgiref"
mkdir -p ./Lib
cp ../Lib/*.py ./Lib

View File

@ -53,7 +53,7 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
if [ "$DEVTOOLS" = "yes" ]; then
if [ "$PERF_SUPPORT" = "yes" -a "$DEVTOOLS" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS Python"
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS elfutils Python"
fi