Merge "dsc_depend: Deal with circular dependency packages"
This commit is contained in:
commit
3cec32622c
17
build-tools/stx/circular_dep.conf
Normal file
17
build-tools/stx/circular_dep.conf
Normal file
@ -0,0 +1,17 @@
|
||||
# Circular dependency config file
|
||||
# Used to break circular dependency
|
||||
# Each circular dependency DSC set needs two lines, the first line starts with
|
||||
# "SRC SET:" shows all related source packages; the second line starts with
|
||||
# "BUILD ORDER:" shows the build order of these packages. The name of those
|
||||
# soure packages are separated with a space. For example:
|
||||
# SRC SET: a b c d
|
||||
# BUILD ORDER: a d c b a d c b
|
||||
# SRC SET: a b c
|
||||
# BUILD ORDER: a c b a c b
|
||||
# SRC SET:a b
|
||||
# BUILD ORDER: a b a b
|
||||
|
||||
|
||||
# SRC SET: gettext bison
|
||||
# BUILD ORDER: gettext bison gettext bison
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user