diff options
author | Ming Liu <liu.ming50@gmail.com> | 2019-01-14 14:06:48 +0100 |
---|---|---|
committer | Ming Liu <liu.ming50@gmail.com> | 2019-01-14 14:15:06 +0100 |
commit | d49ae8261680ae2cfd4c0179eff013d2def92e1b (patch) | |
tree | 29f2542d8695ab4596525b1c37c7a361bff285bb /recipes-sota/aktualizr/credentials.inc | |
parent | 2782c5c6243736884bcb6f901ed828014601787f (diff) | |
download | meta-updater-d49ae8261680ae2cfd4c0179eff013d2def92e1b.tar.gz |
meta: drop True option to getVar calls
Search made with the following regex: getVar ?\((.*), True\), this is
to be consistent with OE.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Diffstat (limited to 'recipes-sota/aktualizr/credentials.inc')
-rw-r--r-- | recipes-sota/aktualizr/credentials.inc | 2 |
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 ''}" | ||