mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
project.conf, topdir.mk, projects.py: Replace pkg.required.xxx by pkg.requires.xxx
This opens up a more concise handling of pkg.conflicts.xxx in the future, and prepares some code simplification in projects.py. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b57c5846c4
commit
b35a50944c
3 changed files with 25 additions and 25 deletions
|
|
@ -156,7 +156,7 @@ prefix.done:
|
|||
touch $@
|
||||
|
||||
echo-prereq-build:
|
||||
@python $(MOD_SCRIPT_DIR)/projects.py --topdir . $(PROJECTS_PY_EXTRA_ARGS) required-pkg $(RPM_PROJECT)
|
||||
@python $(MOD_SCRIPT_DIR)/projects.py --topdir . $(PROJECTS_PY_EXTRA_ARGS) requires-pkg $(RPM_PROJECT)
|
||||
|
||||
list-files echo-files:
|
||||
@$(LIST_VCS_FILES) -f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue