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:
@@ -36,6 +36,6 @@ define Package/python3-netifaces/description
|
||||
Portable network interface information.
|
||||
endef
|
||||
|
||||
$(eval $(call Py3Package,$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)-src))
|
||||
$(eval $(call Py3Package,python3-netifaces))
|
||||
$(eval $(call BuildPackage,python3-netifaces))
|
||||
$(eval $(call BuildPackage,python3-netifaces-src))
|
||||
|
||||
Reference in New Issue
Block a user