mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 15:23:54 +01:00
build.py: Use all prerequisite types for pkg-* targets
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e70f7a1c5c
commit
2a99c05991
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ if target != 'order':
|
||||||
order = []
|
order = []
|
||||||
|
|
||||||
glob_prereq_types = [ "build" ]
|
glob_prereq_types = [ "build" ]
|
||||||
if target == 'pkg-rebuild-reinstall':
|
if re.match("pkg-.*", target) is not None:
|
||||||
glob_prereq_types = [ "build", "run", "release", "devel" ]
|
glob_prereq_types = [ "build", "run", "release", "devel" ]
|
||||||
|
|
||||||
calculate_order(order, modules, glob_prereq_types)
|
calculate_order(order, modules, glob_prereq_types)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue