From f1689ba27ff8940e57573ad195d349e84be5732a Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Wed, 8 Nov 2017 12:25:19 +0100 Subject: 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. --- classes/image_types_ostree.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') 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 () { } IMAGE_TYPEDEP_ostreepush = "ostree" -IMAGE_DEPENDS_ostreepush = "aktualizr-native:do_populate_sysroot" +IMAGE_DEPENDS_ostreepush = "aktualizr-native:do_populate_sysroot ca-certificates-native:do_populate_sysroot " IMAGE_CMD_ostreepush () { # Print warnings if credetials are not set or if the file has not been found. if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then -- cgit v1.2.3-54-g00ecf