From 230865885b0ec80001d1be90aa1f3bc03b501d1f Mon Sep 17 00:00:00 2001 From: OYTIS Date: Fri, 26 May 2017 17:41:09 +0200 Subject: Fix a typo --- classes/image_types_ostree.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { d.setVar("OSTREE_PUSH_CREDENTIALS", "%s/sota_credentials/treehub.json" % d.getVar("DEPLOY_DIR_IMAGE", True)) } -IMAGE_DEPENDS_osreecredunpack = "unzip-native:do_populate_sysroot" +IMAGE_DEPENDS_ostreecredunpack = "unzip-native:do_populate_sysroot" IMAGE_CMD_ostreecredunpack () { if [ ${SOTA_PACKED_CREDENTIALS} ]; then -- cgit v1.2.3-54-g00ecf