Skip to content

Commit

Permalink
suit: Fix breaking build if APP_LOCAL_1_VERSION is undefined
Browse files Browse the repository at this point in the history
If APP_LOCAL_1_VERSION was undefined build failures occured
due to suit-generator error.

Signed-off-by: Artur Hadasz <[email protected]>
  • Loading branch information
ahasztag authored and carlescufi committed Dec 17, 2024
1 parent d297557 commit df2d439
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ SUIT_Envelope_Tagged:
- suit-send-record-failure
- suit-send-sysinfo-success
- suit-send-sysinfo-failure
{%- if radio is defined %}
{%- if radio is defined and APP_LOCAL_1_VERSION is defined %}
# Ensure that the application manifest version matches exactly the installed radio manifest version.
- suit-directive-set-component-index: {{ rad_component_index }}
- suit-directive-override-parameters:
Expand Down

0 comments on commit df2d439

Please sign in to comment.