From 7c2a8e1109bc03396af6a5862d4a906d9142556d Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 15 Jan 2011 14:54:15 +0100 Subject: [PATCH] yenc: dont do an autoreconf Signed-off-by: Stephan Raue --- packages/python/system/yenc/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/system/yenc/meta b/packages/python/system/yenc/meta index f041a96b9d..577c5e951d 100644 --- a/packages/python/system/yenc/meta +++ b/packages/python/system/yenc/meta @@ -33,4 +33,4 @@ PKG_SHORTDESC="yenc: a fairly simple module, it provide only raw yEnc encoding/d PKG_LONGDESC="This a fairly simple module, it provide only raw yEnc encoding/decoding with builitin crc32 calculation. Header parsing, checkings and yenc formatting are left to you (see examples directory for possible implementations). The interface is similar to the uu module from python standard library." PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no"