Browse Source

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>
lilik-openwrt-22.03
Jeffery To 5 years ago
parent
commit
6952970b2e
2 changed files with 8 additions and 0 deletions
  1. +4
    -0
      lang/python/python-package.mk
  2. +4
    -0
      lang/python/python3-package.mk

+ 4
- 0
lang/python/python-package.mk View File

@ -40,7 +40,11 @@ define PyPackage
define Package/$(1)-src
$(call Package/$(1))
DEPENDS:=
CONFLICTS:=
PROVIDES:=
EXTRA_DEPENDS:=
TITLE+= (sources)
USERID:=
endef
define Package/$(1)-src/description


+ 4
- 0
lang/python/python3-package.mk View File

@ -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


Loading…
Cancel
Save