summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/credentials.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-sota/aktualizr/credentials.inc')
-rw-r--r--recipes-sota/aktualizr/credentials.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/aktualizr/credentials.inc b/recipes-sota/aktualizr/credentials.inc
index fe09550..256c8ff 100644
--- a/recipes-sota/aktualizr/credentials.inc
+++ b/recipes-sota/aktualizr/credentials.inc
@@ -1 +1 @@
SRC_URI_append = "${@'file://${SOTA_PACKED_CREDENTIALS}' if d.getVar('SOTA_PACKED_CREDENTIALS', True) else ' '}" SRC_URI_append = "${@('file://' + d.getVar('SOTA_PACKED_CREDENTIALS', True)) if d.getVar('SOTA_PACKED_CREDENTIALS', True) else ''}"