lede-packages-rs

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

commit a74fcf94c331f6752edf13aea0e9f1c27b86565d
parent 8a12c83e3ef45dc9b1bfb0933e742464699cb7ea
Author: Steven Barth <steven@midlink.org>
Date:   Tue, 20 Jan 2015 12:19:59 +0100

Merge pull request #801 from commodo/python-fix

python: fix goof
Diffstat:
Mlang/python/Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lang/python/Makefile b/lang/python/Makefile @@ -115,7 +115,8 @@ define Build/InstallDev $(PKG_INSTALL_DIR)/usr/lib/libpython$(PYTHON_VERSION).so* \ $(1)/usr/lib/ $(CP) \ - $(STAGING_DIR_HOST)/lib/pkgconfig/python3.pc \ + $(STAGING_DIR_HOST)/lib/pkgconfig/python.pc \ + $(STAGING_DIR_HOST)/lib/pkgconfig/python2.pc \ $(STAGING_DIR_HOST)/lib/pkgconfig/python-$(PYTHON_VERSION).pc \ $(1)/usr/lib/pkgconfig $(CP) \