summaryrefslogtreecommitdiffstats
path: root/classes/image_types_ostree.bbclass
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2017-11-08 12:25:19 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2017-11-08 12:25:19 +0100
commitf1689ba27ff8940e57573ad195d349e84be5732a (patch)
tree44b3a82d2a16a2a73c85949aa44ffda73941fef7 /classes/image_types_ostree.bbclass
parent5812f4926da904de47c3e5c9c16f8605795c332e (diff)
downloadmeta-updater-f1689ba27ff8940e57573ad195d349e84be5732a.tar.gz
Fix ca-certificates-native dependency.
/etc is not added to the sysroot by default, so force it. Also, move the dependency to where it is actually used.
Diffstat (limited to 'classes/image_types_ostree.bbclass')
-rw-r--r--classes/image_types_ostree.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass
index 1f8e195..dcc6fc9 100644
--- a/classes/image_types_ostree.bbclass
+++ b/classes/image_types_ostree.bbclass
@@ -159,7 +159,7 @@ IMAGE_CMD_ostree () {
159} 159}
160 160
161IMAGE_TYPEDEP_ostreepush = "ostree" 161IMAGE_TYPEDEP_ostreepush = "ostree"
162IMAGE_DEPENDS_ostreepush = "aktualizr-native:do_populate_sysroot" 162IMAGE_DEPENDS_ostreepush = "aktualizr-native:do_populate_sysroot ca-certificates-native:do_populate_sysroot "
163IMAGE_CMD_ostreepush () { 163IMAGE_CMD_ostreepush () {
164 # Print warnings if credetials are not set or if the file has not been found. 164 # Print warnings if credetials are not set or if the file has not been found.
165 if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then 165 if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then