From f35809d7ae511b439c9136622ed1d83e7e34f43b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 21 Jun 2017 10:38:50 +0200 Subject: [PATCH] polyphone: add unzip-native to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Building from scratch fails with: | /bin/sh: unzip: command not found Adding unzip-native to DEPENDS does not fix problem from scratch but repeating the build will succeeed now. Signed-off-by: Andreas Müller --- recipes-misc/recipes-multimedia/polyphone/polyphone_1.8.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-misc/recipes-multimedia/polyphone/polyphone_1.8.bb b/recipes-misc/recipes-multimedia/polyphone/polyphone_1.8.bb index fc198c8d..abe50725 100644 --- a/recipes-misc/recipes-multimedia/polyphone/polyphone_1.8.bb +++ b/recipes-misc/recipes-multimedia/polyphone/polyphone_1.8.bb @@ -16,6 +16,7 @@ DEPENDS += " \ stk \ libvorbis \ libogg \ + unzip-native \ " SRC_URI = " \