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 }