mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
squashfs: rebuild it whenever a compression algo is bumped
This commit is contained in:
parent
a1d16a3f2e
commit
754b2235b3
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user