Merge pull request #5465 from commodo/fix-python-recursive-deps
python,python3: fix recursive deps caused by dangling DEPENDS
This commit is contained in:
commit
059fff5983
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ define PyPackage
|
|||
|
||||
define Package/$(1)-src
|
||||
$(call Package/$(1))
|
||||
DEPENDS:=
|
||||
TITLE+= (sources)
|
||||
endef
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ define Py3Package
|
|||
|
||||
define Package/$(1)-src
|
||||
$(call Package/$(1))
|
||||
DEPENDS:=
|
||||
TITLE+= (sources)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue