core/linux-odroid-xu to 3.4.91-3

This commit is contained in:
Kevin Mihelich 2014-06-14 00:17:51 +00:00
parent 80790bcef9
commit ccf600aaca

View file

@ -9,17 +9,15 @@ _srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="ODROID-XU"
pkgver=3.4.91
pkgrel=2
pkgrel=3
arch=('armv7h')
url="http://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
options=('!strip')
source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
'http://archlinuxarm.org/builder/src/0001-cgroup-add-xattr-support.patch'
'config')
md5sums=('56b4eef760ca55ff652eda63bb375aa1'
'9f62f6e7127aa5dcdadde550c88def95'
'35cee12c062fc5300449175958104f35')
prepare() {
@ -27,8 +25,6 @@ prepare() {
cat "${srcdir}/config" > ./.config
git apply ../0001-cgroup-add-xattr-support.patch
# add pkgrel to extraversion
sed -ri "s|^(EXTRAVERSION =)(.*)|\1 \2-${pkgrel}|" Makefile