mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-olinuxino to 2014.04-1
This commit is contained in:
parent
be3386490c
commit
543a54fd62
1 changed files with 4 additions and 5 deletions
|
@ -6,19 +6,18 @@ buildarch=2
|
|||
|
||||
pkgname=uboot-olinuxino
|
||||
pkgdesc="U-Boot for i.MX233-OLinuXino"
|
||||
pkgver=2013.10
|
||||
pkgver=2014.04
|
||||
pkgrel=1
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
depends=('coreutils')
|
||||
makedepends=('elftosb')
|
||||
#makedepends=('elftosb')
|
||||
install=$pkgname.install
|
||||
options=('!strip')
|
||||
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
|
||||
"https://raw.github.com/eewiki/u-boot-patches/master/v${pkgver}/0001-mx23_olinuxino-uEnv.txt-bootz-n-fixes.patch"
|
||||
'alarm.patch'
|
||||
'uEnv.txt')
|
||||
md5sums=('a076a044b64371edc52f7e562b13f6b2'
|
||||
md5sums=('6d2116d1385a66e9a59742caa9d62a54'
|
||||
'71b2ee3b801b0265e5a316b9fc8d5f45'
|
||||
'6d183eca7b72b51c207e7fad23459659'
|
||||
'239b6223bbfe21e0cad629723a3abc2d')
|
||||
|
@ -26,7 +25,7 @@ md5sums=('a076a044b64371edc52f7e562b13f6b2'
|
|||
prepare() {
|
||||
cd "$srcdir/u-boot-${pkgver}"
|
||||
|
||||
patch -Np1 -i ../0001-mx23_olinuxino-uEnv.txt-bootz-n-fixes.patch
|
||||
patch -Np1 -i ..//0001-mx23_olinuxino-uEnv.txt-bootz-n-fixes.patch
|
||||
patch -Np1 -i ../alarm.patch
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue