lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 5a0ec8fb72a9c43f3617c7d0de7c7aba55e85ed1
parent 4b8b1182cd3eb049c4ecdbb65013635f5b29cd41
Author: sbyx <steven@midlink.org>
Date:   Thu, 13 Nov 2014 08:21:59 +0100

Merge pull request #538 from commodo/python-update-6

Python update 6
Diffstat:
Mlang/python/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/python/Makefile b/lang/python/Makefile @@ -71,8 +71,7 @@ define Package/python/description This package contains the (almost) full Python install. endef -MAKE_FLAGS:=\ - DESTDIR="$(PKG_INSTALL_DIR)" \ +MAKE_FLAGS+=\ CROSS_COMPILE=yes \ LD="$(TARGET_CC)" \ PGEN=pgen2 @@ -149,7 +148,8 @@ endef define PyPackage/python/filespec +|/usr/lib/python$(PYTHON_VERSION) -|/usr/lib/python$(PYTHON_VERSION)/config --|/usr/lib/python$(PYTHON_VERSION)/distutils +-|/usr/lib/python$(PYTHON_VERSION)/distutils/cygwinccompiler.py +-|/usr/lib/python$(PYTHON_VERSION)/distutils/command/wininst* -|/usr/lib/python$(PYTHON_VERSION)/idlelib -|/usr/lib/python$(PYTHON_VERSION)/lib2to3 -|/usr/lib/python$(PYTHON_VERSION)/lib-tk