From 7c69dcc44521f9feb383175256044a2bc2a7b0bf Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:11:35 +0100 Subject: [PATCH] squashfs: add autoreconf support Signed-off-by: Stephan Raue --- packages/toolchain/sysutils/squashfs/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolchain/sysutils/squashfs/meta b/packages/toolchain/sysutils/squashfs/meta index 22b529c850..9dfaeda153 100644 --- a/packages/toolchain/sysutils/squashfs/meta +++ b/packages/toolchain/sysutils/squashfs/meta @@ -12,3 +12,5 @@ PKG_SECTION="toolchain/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." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"