mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-05 02:19:24 +00:00
tool/run: introduce 'have_recipe'-proc
This procedure is useful for run scripts that depend for example on a board support package that is provided only for certain boards, possibly by a third-party repo. Issue #5432
This commit is contained in:
parent
db0d76ba2f
commit
052e1bf4b7
@ -955,6 +955,14 @@ proc have_include { name } {
|
||||
return false
|
||||
}
|
||||
|
||||
##
|
||||
# Check if a specific depot recipe is available
|
||||
#
|
||||
proc have_recipe { name } {
|
||||
set hash_rel_path "recipes/$name/hash"
|
||||
return [expr {[repository_contains $hash_rel_path] != ""}]
|
||||
}
|
||||
|
||||
|
||||
##
|
||||
# Override the exit procedure
|
||||
|
Loading…
x
Reference in New Issue
Block a user