From 754b2235b382a64e273bd8d2872debbe79e8111c Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Fri, 13 Oct 2017 16:00:00 +0100 Subject: [PATCH] squashfs: rebuild it whenever a compression algo is bumped --- packages/sysutils/squashfs/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sysutils/squashfs/package.mk b/packages/sysutils/squashfs/package.mk index 222cd0c01f..5b5f85ba6c 100644 --- a/packages/sysutils/squashfs/package.mk +++ b/packages/sysutils/squashfs/package.mk @@ -25,6 +25,7 @@ PKG_SITE="https://git.kernel.org/pub/scm/fs/squashfs/squashfs-tools.git" PKG_URL="https://git.kernel.org/pub/scm/fs/squashfs/squashfs-tools.git/snapshot/$PKG_VERSION.tar.gz" PKG_SOURCE_DIR="$PKG_VERSION" PKG_DEPENDS_HOST="ccache:host zlib:host lzo:host xz:host zstd:host" +PKG_NEED_UNPACK="$(get_pkg_directory zlib) $(get_pkg_directory lzo) $(get_pkg_directory xz) $(get_pkg_directory zstd)" PKG_SECTION="sysutils" PKG_SHORTDESC="squashfs-tools: A compressed read-only filesystem for Linux" PKG_LONGDESC="Squashfs is intended to be a general read-only filesystem, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. The filesystem is currently stable and has been tested on PowerPC, i386, SPARC and ARM architectures."