Merge pull request #11817 from cotequeiroz/python-src
python3: hide -src package until main pkg selected
This commit is contained in:
commit
6bae8487ef
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ define Py3Package
|
||||||
(Contains the Python3 sources for this package).
|
(Contains the Python3 sources for this package).
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/$(1)-src/config
|
||||||
|
depends on PACKAGE_$(1)
|
||||||
|
endef
|
||||||
|
|
||||||
# Add default PyPackage filespec none defined
|
# Add default PyPackage filespec none defined
|
||||||
ifndef Py3Package/$(1)/filespec
|
ifndef Py3Package/$(1)/filespec
|
||||||
define Py3Package/$(1)/filespec
|
define Py3Package/$(1)/filespec
|
||||||
|
|
Loading…
Reference in a new issue