summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/image_types_ostree.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass
index ab11da9..bab4ed7 100644
--- a/classes/image_types_ostree.bbclass
+++ b/classes/image_types_ostree.bbclass
@@ -174,7 +174,8 @@ IMAGE_CMD_ostreecommit () {
174 --branch=${OSTREE_BRANCHNAME} \ 174 --branch=${OSTREE_BRANCHNAME} \
175 --subject="${OSTREE_COMMIT_SUBJECT}" \ 175 --subject="${OSTREE_COMMIT_SUBJECT}" \
176 --body="${OSTREE_COMMIT_BODY}" \ 176 --body="${OSTREE_COMMIT_BODY}" \
177 --add-metadata-string=version="${OSTREE_COMMIT_VERSION}") 177 --add-metadata-string=version="${OSTREE_COMMIT_VERSION}" \
178 ${EXTRA_OSTREE_COMMIT})
178 179
179 echo $ostree_target_hash > ${WORKDIR}/ostree_manifest 180 echo $ostree_target_hash > ${WORKDIR}/ostree_manifest
180 181