From 3f64da0ad84c659d96271d47cea761954d00bd13 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:10:52 +0100 Subject: [PATCH] linux-headers: add autoreconf support Signed-off-by: Stephan Raue --- packages/toolchain/devel/linux-headers/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolchain/devel/linux-headers/meta b/packages/toolchain/devel/linux-headers/meta index 26e171e279..91ae3970b6 100644 --- a/packages/toolchain/devel/linux-headers/meta +++ b/packages/toolchain/devel/linux-headers/meta @@ -12,3 +12,5 @@ PKG_SECTION="toolchain/devel" PKG_SHORTDESC="linux-headers: "Sanitized" Linux kernel headers" PKG_LONGDESC="This package includes the linux kernel headers (include files) needed to compile applications. The files resist in /usr/include/{asm,asm-generic,linux}." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"