squashfs: fix dependencies

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-28 04:48:23 +01:00
parent 1a9472b891
commit 38b9bf048b

View File

@ -25,7 +25,7 @@ PKG_SITE="http://squashfs.sourceforge.net/"
PKG_URL="$SOURCEFORGE_SRC/squashfs/squashfs/${PKG_NAME}${PKG_VERSION}/${PKG_NAME}${PKG_VERSION}.tar.gz"
PKG_SOURCE_DIR="${PKG_NAME}${PKG_VERSION}"
PKG_DEPENDS_HOST=""
PKG_BUILD_DEPENDS_HOST="ccache:host zlib:host lzo:host xz"
PKG_BUILD_DEPENDS_HOST="ccache:host zlib:host lzo:host xz:host"
PKG_PRIORITY="optional"
PKG_SECTION="sysutils"
PKG_SHORTDESC="squashfs-tools: A compressed read-only filesystem for Linux"