summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/credentials.inc
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-01-15 09:29:37 +0100
committerGitHub <noreply@github.com>2019-01-15 09:29:37 +0100
commitf4e46ffa9992ee41cc6ac1dff71f2c9907290a81 (patch)
tree29f2542d8695ab4596525b1c37c7a361bff285bb /recipes-sota/aktualizr/credentials.inc
parentc6cbeda3876003f9d5a179f96a406432549ae68b (diff)
parentd49ae8261680ae2cfd4c0179eff013d2def92e1b (diff)
downloadmeta-updater-f4e46ffa9992ee41cc6ac1dff71f2c9907290a81.tar.gz
Merge pull request #456 from liuming50/master
Some cleaning up
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 256c8ff..7c44257 100644
--- a/recipes-sota/aktualizr/credentials.inc
+++ b/recipes-sota/aktualizr/credentials.inc
@@ -1 +1 @@
SRC_URI_append = "${@('file://' + d.getVar('SOTA_PACKED_CREDENTIALS', True)) if d.getVar('SOTA_PACKED_CREDENTIALS', True) else ''}" SRC_URI_append = "${@('file://' + d.getVar('SOTA_PACKED_CREDENTIALS')) if d.getVar('SOTA_PACKED_CREDENTIALS') else ''}"