From cdadb2e8e4c255eae0fe0dcf671b55452083ebcd Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:06 +0100 Subject: [PATCH] sg3_utils: add autoreconf support Signed-off-by: Stephan Raue --- packages/sysutils/sg3_utils/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sysutils/sg3_utils/meta b/packages/sysutils/sg3_utils/meta index 88b2b64578..079a736828 100644 --- a/packages/sysutils/sg3_utils/meta +++ b/packages/sysutils/sg3_utils/meta @@ -12,3 +12,5 @@ PKG_SECTION="system" PKG_SHORTDESC="sg3_utils: a package of utilities for accessing devices that use SCSI command sets." PKG_LONGDESC="sg3_utils is a package of utilities for accessing devices that use SCSI command sets. Most utilities issue a single command and display the response, while some work at a slightly higher level. There are utilities for fetching INQUIRY data and VPD, mode, and log pages. There is support for modern SCSI transports such as SAS and FCP." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"