cpio: move to toolchain/archivers, enable build again, disable autoreconf

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-05-21 16:07:11 +02:00
parent 1d691747fb
commit 3170449367
3 changed files with 2 additions and 3 deletions

View File

@ -27,8 +27,7 @@ PKG_SITE="http://www.kernel.org"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/$PKG_NAME-$PKG_VERSION.tar.bz2"
#PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/testing/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="busybox linux-drivers linux-firmware"
#PKG_BUILD_DEPENDS="toolchain busybox-hosttools xz cpio"
PKG_BUILD_DEPENDS="toolchain busybox-hosttools xz"
PKG_BUILD_DEPENDS="toolchain busybox-hosttools xz cpio"
PKG_PRIORITY="optional"
PKG_SECTION="linux"
PKG_SHORTDESC="linux26: The Linux kernel 2.6 precompiled kernel binary image and modules"

View File

@ -33,4 +33,4 @@ PKG_SHORTDESC="cpio: A GNU archiving program"
PKG_LONGDESC="This is GNU cpio, a program to manage archives of files. As of version 2.0, it supports the features of the System V release 4 cpio, including support for tar archives."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"