From fb67752fd9f89aad96f327bed1650c5038dccda7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:02 +0100 Subject: [PATCH] acpid: add autoreconf support Signed-off-by: Stephan Raue --- packages/sysutils/acpid/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sysutils/acpid/meta b/packages/sysutils/acpid/meta index 13e33baaf1..2da5636227 100644 --- a/packages/sysutils/acpid/meta +++ b/packages/sysutils/acpid/meta @@ -12,3 +12,5 @@ PKG_SECTION="system" PKG_SHORTDESC="acpid: A daemon for delivering ACPI events" PKG_LONGDESC="ACPID is a completely flexible and expandable mechanism for delivering ACPI events from the kernel to user-space. It can be configured to perform any action at all when events occur, through regex matches and arbitrary action rules." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"