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
+1 -1
View File
@@ -53,7 +53,7 @@ $(call Package/python-django-constance/Default)
endef
define Package/python3-django-constance/description
$(call define Package/python-django-constance/description)
$(call Package/python-django-constance/description)
.
(Variant for Python3)
endef