cubieboard2-kernel: update to upstream git commit e37d760b36 (3.4.90).
This commit is contained in:
parent
74efacc4d4
commit
d6bc74c60e
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'cubieboard2-kernel'
|
||||
#
|
||||
# Latest commit as of 20140209
|
||||
_githash="0c92978520e9576a0631da949c13e79bae846494"
|
||||
# Latest commit as of 20140604
|
||||
_githash="e37d760b363888f3a65cd6455c99a75cac70a7b8"
|
||||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=cubieboard2-kernel
|
||||
version=3.4.79
|
||||
version=3.4.90
|
||||
revision=1
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules for the Cubieboard2 (${version%.*} series [git ${_gitshort}])"
|
||||
distfiles="https://github.com/linux-sunxi/linux-sunxi/archive/${_githash}.tar.gz"
|
||||
checksum=b90179614b3a5506bcea9f2fab1b7bfd55371d0cf211c04342e6e6756758c33a
|
||||
checksum=e5476b2cac2ecc4edc1dc471f75893a2d0b51f2b8d2d4c640b3681557b7dffcd
|
||||
|
||||
wrksrc="linux-sunxi-${_githash}"
|
||||
_kernver="${version}_${revision}"
|
||||
|
@ -22,7 +22,6 @@ noverifyrdeps=yes
|
|||
only_for_archs="armv7l"
|
||||
hostmakedepends="perl python kmod>=11_2 uboot-mkimage openssl which elfutils bc"
|
||||
makedepends="ncurses-devel"
|
||||
depends="kmod>=11_2"
|
||||
triggers="kernel-hooks"
|
||||
# These files could be modified when an external module is built.
|
||||
mutable_files="
|
||||
|
|
Loading…
Reference in New Issue