mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-odroid-xu to 3.4.91-3
This commit is contained in:
parent
80790bcef9
commit
ccf600aaca
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue