rpi-kernel: update to upstream git commit 780e68130fb (3.18.9).

This commit is contained in:
Juan RP 2015-03-08 12:17:44 +01:00
parent 1ba766a760
commit c99c5f4afd

View file

@ -1,10 +1,10 @@
# Template file for 'rpi-kernel' # Template file for 'rpi-kernel'
# #
_githash="37ce36a9b28e6aab106f3146e902560063e8b766" _githash="780e68130fba82a525b89e85f051c91b7a508e52"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-kernel pkgname=rpi-kernel
version=3.18.7 version=3.18.9
revision=1 revision=1
wrksrc="linux-${_githash}" wrksrc="linux-${_githash}"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -12,7 +12,7 @@ homepage="http://www.kernel.org"
license="GPL-2" license="GPL-2"
short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])" short_desc="The Linux kernel for 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=480e479bd82ef2367e2b7cd1c12815b99a3943c97a30c9810b854f6976846355 checksum=d8f98a82cdfca61bafd3e78f64c5fbf0ea85d3598e8385b5f563ea2362acaa35
_kernver="${version}_${revision}" _kernver="${version}_${revision}"