polyphone: add unzip-native to DEPENDS

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 <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-06-21 10:38:50 +02:00
parent 28c7803f7d
commit f35809d7ae

View File

@@ -16,6 +16,7 @@ DEPENDS += " \
stk \
libvorbis \
libogg \
unzip-native \
"
SRC_URI = " \