From 82b0a528ec93642cbec0178e913d9faf6320dee2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:51 +0100 Subject: [PATCH] yenc: add autoreconf support Signed-off-by: Stephan Raue --- packages/python/system/yenc/meta | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/python/system/yenc/meta b/packages/python/system/yenc/meta index 304d2ac42e..e61e40b6b4 100644 --- a/packages/python/system/yenc/meta +++ b/packages/python/system/yenc/meta @@ -13,3 +13,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"