From 37254206dba475608736210eea46f0622db187e3 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Mon, 23 Oct 2017 17:33:30 +0200 Subject: Use garage-push from aktualizr repo. No need for sota-tools repo anymore. Bump aktualizr version to get necessary build fix. --- 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 adcafe3..1f8e195 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 = "sota-tools-native:do_populate_sysroot" +IMAGE_DEPENDS_ostreepush = "aktualizr-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