mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
linux-omap to 3.7.10-5
This commit is contained in:
parent
790602e54f
commit
725561096b
2 changed files with 6 additions and 6 deletions
|
@ -12,12 +12,12 @@ pkgname=('linux-omap' 'linux-headers-omap')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.7
|
||||
pkgver=${_basekernel}.10
|
||||
pkgrel=4
|
||||
rcnrel=x9
|
||||
pkgrel=5
|
||||
rcnrel=x11
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'git')
|
||||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v3.0/linux-${_basekernel}.tar.xz"
|
||||
"ftp://ftp.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.bz2"
|
||||
|
@ -27,7 +27,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.0/linux-${_basekernel}.tar.xz
|
|||
'aufs3-3.7.patch.xz')
|
||||
md5sums=('21223369d682bcf44bcdfe1521095983'
|
||||
'5545033e0ce84a7f343f79530ebe94ab'
|
||||
'fad15afe55984ea11cdd900e718083f8'
|
||||
'd4b5402d8398f2a39d893a00e6678d20'
|
||||
'a024158aa219adabf1c03e0587529c28'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'961e19a119443158f104a68ea4d0d9f1')
|
||||
|
@ -46,7 +46,7 @@ build() {
|
|||
patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch"
|
||||
|
||||
# ALARM patches
|
||||
patch -Np1 -i "${srcdir}/patch-${pkgver}-${rcnrel}.diff"
|
||||
git apply "${srcdir}/patch-${pkgver}-${rcnrel}.diff"
|
||||
patch -Np1 -F10 -i "${srcdir}/aufs3-3.7.patch"
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-omap
|
||||
KERNEL_VERSION=3.7.10-1-ARCH
|
||||
KERNEL_VERSION=3.7.10-5-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue