treewide: Add PACKAGE_* conds to python packages

If a package builds python & python3 variants, then the respective
PACKAGE-python* conditional DEPENDS were added, since circular
dependencies should all be resolved now.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
Eneas U de Queiroz
2019-05-20 13:53:39 -03:00
parent 36d0c59e99
commit 65009e8127
11 changed files with 52 additions and 47 deletions

View File

@@ -44,7 +44,7 @@ endef
define Package/python3-ply
$(call Package/python-ply/Default)
DEPENDS:=+python3-light
DEPENDS:=+PACKAGE_python3-ply:python3-light
VARIANT:=python3
endef