polyphone: work around our do_unzip problem effectively

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-08-07 18:00:07 +02:00
parent a80ad0f033
commit b607e45846

View File

@@ -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
}