rpi-kernel: update to upstream git commit 7193cfe22 (3.10.26).

This commit is contained in:
Juan RP 2014-04-10 14:55:39 +02:00
parent 06ac73239f
commit d8b1b22dbe

View file

@ -1,11 +1,11 @@
# Template file for 'rpi-kernel' # Template file for 'rpi-kernel'
# #
# Latest commit as of 20140325 # Latest commit as of 20140410
_githash="dea8280be44a26f5f5318c1a4cfe0b7826b679e4" _githash="7193cfe22b63ae92d1f7e955c2276adbdafd28e0"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-kernel pkgname=rpi-kernel
version=3.10.34 version=3.10.36
revision=1 revision=1
wrksrc="linux-${_githash}" wrksrc="linux-${_githash}"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -13,7 +13,7 @@ homepage="http://www.kernel.org"
license="GPL-2" license="GPL-2"
short_desc="The Linux kernel and modules for the Raspberry Pi (${version%.*} series [git ${_gitshort}])" short_desc="The Linux kernel and modules for the Raspberry Pi (${version%.*} series [git ${_gitshort}])"
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz" distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
checksum=822c7a9947880153bcbb8c3ee48a19d4ef71d2af1b2dcc3b550142bb53ce57e2 checksum=15ce1cecde1d10daa4d37334b19942b2af4052ae5f3bfd151adede92886953f9
_kernver="${version}_${revision}" _kernver="${version}_${revision}"