python: fix upgrade 2.7.11 goof
authorAlexandru Ardelean <redacted>
Fri, 11 Dec 2015 14:47:53 +0000 (16:47 +0200)
committerAlexandru Ardelean <redacted>
Fri, 11 Dec 2015 14:49:45 +0000 (16:49 +0200)
Seems those pkgconfig file paths were revealed to be incorrect
after doing a full clean build.
And I only had to inspiration to do one after doing the initial PR.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/Makefile

index d7ce0c774ee6cf12b0ed9b5ec3b7263e868006f8..7c523703bd496bedb94f87c3607550e5ec76c3c0 100644 (file)
@@ -148,9 +148,9 @@ define Build/InstallDev
                $(PKG_INSTALL_DIR)/usr/lib/libpython$(PYTHON_VERSION).so* \
                $(1)/usr/lib/
        $(CP) \
-               $(STAGING_DIR_HOST)/usr/lib/pkgconfig/python.pc \
-               $(STAGING_DIR_HOST)/usr/lib/pkgconfig/python2.pc \
-               $(STAGING_DIR_HOST)/usr/lib/pkgconfig/python-$(PYTHON_VERSION).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) \
                $(PKG_INSTALL_DIR)/usr/lib/python$(PYTHON_VERSION)/config \
git clone https://git.99rst.org/PROJECT