Przeglądaj źródła

python: fix goof

This should have gone in python3.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean 10 lat temu
rodzic
commit
677ed22b3e
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      lang/python/Makefile

+ 2
- 1
lang/python/Makefile Wyświetl plik

@@ -115,7 +115,8 @@ define Build/InstallDev
115 115
 		$(PKG_INSTALL_DIR)/usr/lib/libpython$(PYTHON_VERSION).so* \
116 116
 		$(1)/usr/lib/
117 117
 	$(CP) \
118
-		$(STAGING_DIR_HOST)/lib/pkgconfig/python3.pc \
118
+		$(STAGING_DIR_HOST)/lib/pkgconfig/python.pc \
119
+		$(STAGING_DIR_HOST)/lib/pkgconfig/python2.pc \
119 120
 		$(STAGING_DIR_HOST)/lib/pkgconfig/python-$(PYTHON_VERSION).pc \
120 121
 		$(1)/usr/lib/pkgconfig
121 122
 	$(CP) \