kernel: update to 3.2.7.
This commit is contained in:
parent
bdbf2730a1
commit
130ecc67c9
2 changed files with 10 additions and 13 deletions
|
@ -1,10 +0,0 @@
|
||||||
# Common vars shared by the 'kernel' and 'kernel-libc-headers'
|
|
||||||
# build templates.
|
|
||||||
_kmajorver=3.2
|
|
||||||
version=${_kmajorver}.6
|
|
||||||
wrksrc="linux-${version}"
|
|
||||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
||||||
homepage="http://www.kernel.org"
|
|
||||||
license="GPL-2"
|
|
||||||
checksum=9db97d45638017e6dfaed768cfa9f47533c9c9fb3538bce0e594d9feff5489b4
|
|
|
@ -1,7 +1,14 @@
|
||||||
# Template file for 'kernel'
|
# Template file for 'kernel'
|
||||||
. ${XBPS_SRCPKGDIR}/kernel/common-vars
|
#
|
||||||
|
|
||||||
pkgname=kernel
|
pkgname=kernel
|
||||||
|
_kmajorver=3.2
|
||||||
|
version=${_kmajorver}.7
|
||||||
|
wrksrc="linux-${version}"
|
||||||
|
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.kernel.org"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=9b859cf2d55b2b5e6ca103cc12932494c469b184a67bf0481448d78790c6a383
|
||||||
short_desc="The Linux kernel and modules"
|
short_desc="The Linux kernel and modules"
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides the linux kernel image and associated modules."
|
This package provides the linux kernel image and associated modules."
|
||||||
|
@ -14,7 +21,7 @@ noverifyrdeps=yes
|
||||||
preserve=yes
|
preserve=yes
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
: ${revision:=1}
|
#: ${revision:=1}
|
||||||
_kernel_headers_revision=${revision}
|
_kernel_headers_revision=${revision}
|
||||||
if [ -n "${_kernel_snapshot}" ]; then
|
if [ -n "${_kernel_snapshot}" ]; then
|
||||||
if [ -n "${_kernel_patch_ver}" ]; then
|
if [ -n "${_kernel_patch_ver}" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue