mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-odroid-xu-headless to 3.4.91-3
This commit is contained in:
parent
ccf600aaca
commit
c26df9779a
1 changed files with 1 additions and 5 deletions
|
@ -9,18 +9,16 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="ODROID-XU (headless)"
|
||||
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'
|
||||
'size.patch')
|
||||
md5sums=('56b4eef760ca55ff652eda63bb375aa1'
|
||||
'9f62f6e7127aa5dcdadde550c88def95'
|
||||
'f35bff4ac84b389e0f5505b70d2e8aba'
|
||||
'45b9fd00c7cad62dcd5782b2ba9c4d34')
|
||||
|
||||
|
@ -30,8 +28,6 @@ prepare() {
|
|||
# patch to remove hardcoded 128MB addition
|
||||
patch -Np1 -i ../size.patch
|
||||
|
||||
git apply ../0001-cgroup-add-xattr-support.patch
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
# add pkgrel to extraversion
|
||||
|
|
Loading…
Reference in a new issue