diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2015-01-19 20:22:41 +0200 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2015-01-19 20:22:41 +0200 |
commit | 8c057f39d80b609739028c8141a36b7674efa468 (patch) | |
tree | e94640604766f25e5c76500d36872775b1ce3c55 /lang/python | |
parent | f05378ec6d3bf608bf59577d4116ad07e01974e7 (diff) |
python3: update using python updates as template
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 0c1be6de8..4ced2d9ce 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -115,8 +115,7 @@ define Build/InstallDev $(PKG_INSTALL_DIR)/usr/lib/libpython$(PYTHON_VERSION).so* \ $(1)/usr/lib/ $(CP) \ - $(STAGING_DIR_HOST)/lib/pkgconfig/python.pc \ - $(STAGING_DIR_HOST)/lib/pkgconfig/python2.pc \ + $(STAGING_DIR_HOST)/lib/pkgconfig/python3.pc \ $(STAGING_DIR_HOST)/lib/pkgconfig/python-$(PYTHON_VERSION).pc \ $(1)/usr/lib/pkgconfig $(CP) \ |