Merge remote-tracking branch 'x/master'
* x/master: kernel: update to 3.2.7.
This commit is contained in:
commit
76e8727cb9
|
@ -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'
|
||||
. ${XBPS_SRCPKGDIR}/kernel/common-vars
|
||||
|
||||
#
|
||||
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"
|
||||
long_desc="
|
||||
This package provides the linux kernel image and associated modules."
|
||||
|
@ -14,7 +21,7 @@ noverifyrdeps=yes
|
|||
preserve=yes
|
||||
patch_args="-Np1"
|
||||
|
||||
: ${revision:=1}
|
||||
#: ${revision:=1}
|
||||
_kernel_headers_revision=${revision}
|
||||
if [ -n "${_kernel_snapshot}" ]; then
|
||||
if [ -n "${_kernel_patch_ver}" ]; then
|
||||
|
|
Loading…
Reference in New Issue