Merge pull request #5465 from commodo/fix-python-recursive-deps

python,python3: fix recursive deps caused by dangling DEPENDS
This commit is contained in:
Hannu Nyman 2018-01-18 16:44:20 +02:00 committed by GitHub
commit 059fff5983
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@ define PyPackage
define Package/$(1)-src
$(call Package/$(1))
DEPENDS:=
TITLE+= (sources)
endef

View file

@ -38,6 +38,7 @@ define Py3Package
define Package/$(1)-src
$(call Package/$(1))
DEPENDS:=
TITLE+= (sources)
endef