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:
Jeffery To
2020-01-30 22:44:26 +08:00
parent ab3ba9ff2b
commit 3c24a24e25
16 changed files with 204 additions and 204 deletions

View File

@@ -53,7 +53,7 @@ $(call Package/gunicorn/Default)
endef
define Package/python3-gunicorn/description
$(call define Package/python-gunicorn/description)
$(call Package/python-gunicorn/description)
.
(Variant for Python3)
endef
@@ -89,7 +89,7 @@ $(call Package/gunicorn/Default)
endef
define Package/gunicorn3/description
$(call define Package/gunicorn/description)
$(call Package/gunicorn/description)
.
(Variant for Python3)
endef