From 92204be09dab697cfe308c89c8cba9556be5fd76 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 5 Jul 2017 18:13:34 +0300 Subject: image_types_ostree.bbclass: Fix path to unzip The creation of images, such as rpi-basic-image failed on branch Pyro due to missing/wrong path to unzip. This patch adds unzip-native as a dependency and ensures that the image will be created successfully. Signed-off-by: Leon Anavi --- classes/image_types_ostree.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index 72d7df5..a62ec84 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass @@ -5,7 +5,8 @@ inherit image IMAGE_DEPENDS_ostree = "ostree-native:do_populate_sysroot \ openssl-native:do_populate_sysroot \ virtual/kernel:do_deploy \ - ${OSTREE_INITRAMFS_IMAGE}:do_image_complete" + ${OSTREE_INITRAMFS_IMAGE}:do_image_complete \ + unzip-native" export OSTREE_REPO export OSTREE_BRANCHNAME -- cgit v1.2.3-54-g00ecf