kernel-snapshot: set nostrip and noverifyrdeps.

This commit is contained in:
Juan RP 2010-11-22 22:53:35 +01:00
parent 310e1558bf
commit fb533448f1
2 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,9 @@ long_desc="
This package contains the required source headers to be able to build This package contains the required source headers to be able to build
external 3rd party binary modules." external 3rd party binary modules."
nostrip=yes
noverifyrdeps=yes
do_install() do_install()
{ {
mkdir -p ${DESTDIR} mkdir -p ${DESTDIR}

View file

@ -17,6 +17,8 @@ distfiles="${KERNEL_SITE}/kernel/v2.6/testing/linux-${_kernel_ver}-${_kernel_pat
checksum=65f6755d36a2bd6d98904eaa50b34d08acbe11fa342f5956380e32c871a3af6f checksum=65f6755d36a2bd6d98904eaa50b34d08acbe11fa342f5956380e32c871a3af6f
subpackages="$pkgname-headers" subpackages="$pkgname-headers"
noverifyrdeps=yes
Add_dependency run linux-firmware Add_dependency run linux-firmware
Add_dependency run initramfs-tools Add_dependency run initramfs-tools