mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 00:51:19 +00:00
python-packages: Clean up Makefiles
* Replace $(PKG_NAME) with package name in call, define, and eval lines * Remove extra "define" in $(call define Package/.../description) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -46,6 +46,6 @@ endef
|
||||
|
||||
PYTHON3_PKG_SETUP_ARGS:=
|
||||
|
||||
$(eval $(call Py3Package,$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)-src))
|
||||
$(eval $(call Py3Package,python3-pyroute2))
|
||||
$(eval $(call BuildPackage,python3-pyroute2))
|
||||
$(eval $(call BuildPackage,python3-pyroute2-src))
|
||||
|
||||
Reference in New Issue
Block a user