kernel-headers: needs kernel-libc-headers at runtime, remove unneeded patches.
--HG-- extra : convert_revision : 9b81e74f59574ef7339e51d358168109a8a3d60e
This commit is contained in:
parent
3550f9cd27
commit
f7598a476c
1 changed files with 1 additions and 6 deletions
|
@ -1,12 +1,6 @@
|
|||
# Template file for 'kernel-headers'
|
||||
pkgname=kernel-headers
|
||||
version=2.6.28.1
|
||||
# Vanilla kernel + UnionFS + SquashFS patches.
|
||||
patch_files="
|
||||
unionfs-2.5_for_2.6.27-rc6.diff.bz2
|
||||
unionfs-2.5_fix_for_2.6.27.diff
|
||||
squashfs3.4-2.6.27-rc4.diff.bz2"
|
||||
patch_args="-p1"
|
||||
wrksrc="linux-$version"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version.tar.bz2"
|
||||
build_style=custom-install
|
||||
|
@ -17,6 +11,7 @@ long_desc="
|
|||
This package provides the linux kernel headers."
|
||||
|
||||
build_depends="perl-5.10.0 module-init-tools-3.5"
|
||||
run_depends="kernel-libc-headers-2.6.27"
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue