mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
python-ply: added Build/InstallDev section
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -42,5 +42,12 @@ define Build/Compile
|
|||||||
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
|
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/InstallDev
|
||||||
|
$(INSTALL_DIR) $(PYTHON_LIB_DIR)/site-packages
|
||||||
|
$(CP) \
|
||||||
|
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
|
||||||
|
$(PYTHON_LIB_DIR)/site-packages
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call PyPackage,python-ply))
|
$(eval $(call PyPackage,python-ply))
|
||||||
$(eval $(call BuildPackage,python-ply))
|
$(eval $(call BuildPackage,python-ply))
|
||||||
|
|||||||
Reference in New Issue
Block a user