diff options
author | OYTIS <tossel@gmail.com> | 2017-05-26 17:41:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-26 17:41:09 +0200 |
commit | 230865885b0ec80001d1be90aa1f3bc03b501d1f (patch) | |
tree | 5a2854be32784b0247e097e9c519cd7a181428b4 | |
parent | 5c36fff1607aa645f5f522d42dcd28d70d070f3b (diff) | |
download | meta-updater-230865885b0ec80001d1be90aa1f3bc03b501d1f.tar.gz |
Fix a typo
-rw-r--r-- | classes/image_types_ostree.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index 03b9c68..c6b0727 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -35,7 +35,7 @@ python () { | |||
35 | d.setVar("OSTREE_PUSH_CREDENTIALS", "%s/sota_credentials/treehub.json" % d.getVar("DEPLOY_DIR_IMAGE", True)) | 35 | d.setVar("OSTREE_PUSH_CREDENTIALS", "%s/sota_credentials/treehub.json" % d.getVar("DEPLOY_DIR_IMAGE", True)) |
36 | } | 36 | } |
37 | 37 | ||
38 | IMAGE_DEPENDS_osreecredunpack = "unzip-native:do_populate_sysroot" | 38 | IMAGE_DEPENDS_ostreecredunpack = "unzip-native:do_populate_sysroot" |
39 | 39 | ||
40 | IMAGE_CMD_ostreecredunpack () { | 40 | IMAGE_CMD_ostreecredunpack () { |
41 | if [ ${SOTA_PACKED_CREDENTIALS} ]; then | 41 | if [ ${SOTA_PACKED_CREDENTIALS} ]; then |