From 0752613fa8660890158ba65c4248f0d9fb160f85 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:11:35 +0100 Subject: [PATCH] sed: add autoreconf support Signed-off-by: Stephan Raue --- packages/toolchain/sysutils/sed/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolchain/sysutils/sed/meta b/packages/toolchain/sysutils/sed/meta index c25987a418..72c308413e 100644 --- a/packages/toolchain/sysutils/sed/meta +++ b/packages/toolchain/sysutils/sed/meta @@ -12,3 +12,5 @@ PKG_SECTION="toolchain/sysutils" PKG_SHORTDESC="sed: This is the GNU implementation of the POSIX stream editor" PKG_LONGDESC="The sed (Stream EDitor) editor is a stream or batch (non-interactive) editor. Sed takes text as input, performs an operation or set of operations on the text and outputs the modified text. The operations that sed performs (substitutions, deletions, insertions, etc.) can be specified in a script file or from the command line." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"