mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-mmp to 3.10.3-1
This commit is contained in:
parent
cc50c08b23
commit
d7ae5c4d7f
1 changed files with 10 additions and 2 deletions
|
@ -8,21 +8,29 @@ _commit=4432d46cc6cb6213d9252333248bfe2322345feb
|
|||
_srcname=mrvl-app-processor-kernel-dev-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell PXA168/MMP platforms"
|
||||
pkgver=3.10.1
|
||||
pkgrel=2
|
||||
pkgver=3.10.3
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="https://github.com/lwpkthread/mrvl-app-processor-kernel-dev"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage')
|
||||
options=('!strip')
|
||||
source=("https://github.com/lwpkthread/mrvl-app-processor-kernel-dev/archive/${_commit}.tar.gz"
|
||||
"https://www.kernel.org/pub/linux/kernel/v3.x/incr/patch-3.10.1-2.gz"
|
||||
"https://www.kernel.org/pub/linux/kernel/v3.x/incr/patch-3.10.2-3.gz"
|
||||
'config')
|
||||
md5sums=('cafd2c5b57a5d00a53a32a26a496b351'
|
||||
'f5b40a92ae4bdfd6c05cb5d9a76fcf72'
|
||||
'305b8211ef9bee285755ab30230cec74'
|
||||
'81850f2f1d77a7a266ef6d31f03606c3')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# upstream patches
|
||||
patch -p1 -i ../patch-3.10.1-2
|
||||
patch -p1 -i ../patch-3.10.2-3
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
# add pkgrel to extraversion
|
||||
|
|
Loading…
Reference in a new issue