mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
python,python3: Clear more fields for src packages
This clears the CONFLICTS, PROVIDES, EXTRA_DEPENDS, and USERID fields for -src packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -39,7 +39,11 @@ define Py3Package
|
||||
define Package/$(1)-src
|
||||
$(call Package/$(1))
|
||||
DEPENDS:=
|
||||
CONFLICTS:=
|
||||
PROVIDES:=
|
||||
EXTRA_DEPENDS:=
|
||||
TITLE+= (sources)
|
||||
USERID:=
|
||||
endef
|
||||
|
||||
define Package/$(1)-src/description
|
||||
|
||||
Reference in New Issue
Block a user