From b607e458468235531afbe561f8eb904d2b42579a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 7 Aug 2017 18:00:07 +0200 Subject: [PATCH] polyphone: work around our do_unzip problem effectively MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-misc/recipes-multimedia/polyphone/polyphone_1.8.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-misc/recipes-multimedia/polyphone/polyphone_1.8.bb b/recipes-misc/recipes-multimedia/polyphone/polyphone_1.8.bb index abe50725..c3396e7b 100644 --- a/recipes-misc/recipes-multimedia/polyphone/polyphone_1.8.bb +++ b/recipes-misc/recipes-multimedia/polyphone/polyphone_1.8.bb @@ -16,7 +16,6 @@ DEPENDS += " \ stk \ libvorbis \ libogg \ - unzip-native \ " SRC_URI = " \ @@ -30,6 +29,9 @@ SRC_URI[sha256sum] = "2b0ba2887646208ae9953a336adfebe460133cd403e76f7fe795d30718 S = "${WORKDIR}/trunk" +# Have no idea why this is necessary +do_unpack[depends] += "unzip-native:do_populate_sysroot" + do_configure_prepend() { sed -i 's:= /usr/include:= ${STAGING_INCDIR}:g' ${S}/polyphone.pro }