mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-armv5 to 3.19.1-2
This commit is contained in:
parent
a1008a9605
commit
80db6a7dc3
1 changed files with 4 additions and 3 deletions
|
@ -8,14 +8,14 @@ _srcname=linux-3.19
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="ARMv5 multi-platform"
|
_desc="ARMv5 multi-platform"
|
||||||
pkgver=3.19.1
|
pkgver=3.19.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||||
#"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
|
"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
|
||||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}"
|
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}"
|
||||||
#"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.x-rcN"
|
#"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.x-rcN"
|
||||||
'0001-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch'
|
'0001-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch'
|
||||||
|
@ -25,6 +25,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||||
'archlinuxarm.patch'
|
'archlinuxarm.patch'
|
||||||
'config')
|
'config')
|
||||||
md5sums=('d3fc8316d4d4d04b65cbc2d70799e763'
|
md5sums=('d3fc8316d4d4d04b65cbc2d70799e763'
|
||||||
|
'2f2822cf2d84a8ec3a8b044e732cf45b'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'e3911eef007c122d23fd8ad7e91d69bf'
|
'e3911eef007c122d23fd8ad7e91d69bf'
|
||||||
'3a1e689563354c2f9f2d2764e1baa334'
|
'3a1e689563354c2f9f2d2764e1baa334'
|
||||||
|
@ -37,7 +38,7 @@ prepare() {
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
||||||
# add upstream patch
|
# add upstream patch
|
||||||
#git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||||
|
|
||||||
# ALARM patches
|
# ALARM patches
|
||||||
git apply ../0001-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch
|
git apply ../0001-Added-ASoC-driver-for-i.MX233-s-builtin-ADC-DAC-code.patch
|
||||||
|
|
Loading…
Reference in a new issue