File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,9 @@ function artifact_armbian-bsp-generic_prepare_version() {
2525 # Generic package has no board/family hooks
2626 declare hash_hooks_short=" 0000"
2727
28- # get the bootscript info...
29- declare -A bootscript_info=()
30- get_bootscript_info # fills in bootscript_info array
31-
32- # Hash variables/bootscripts that affect the contents of bsp-generic package.
28+ # Hash variables that affect the contents of bsp-generic package.
3329 # Those contain /armbian a lot, so don't normalize them.
34- # FIXME: what's a bootscript for bsp-generic?
35- declare -a vars_to_hash_no_normalize=(
36- " bootscript_file_contents: ${bootscript_info[bootscript_file_contents]} "
37- " bootenv_file_contents: ${bootscript_info[bootenv_file_contents]} "
38- )
30+ declare -a vars_to_hash_no_normalize=()
3931 declare hash_variables=" undetermined" # will be set by calculate_hash_for_variables(), but without normalization
4032 do_normalize_src_path=" no" calculate_hash_for_variables " ${vars_to_hash_no_normalize[@]} " # don't normalize
4133 declare hash_vars_no_normalize=" ${hash_variables} "
You can’t perform that action at this time.
0 commit comments