mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-sunxi to 2024.07-1
This commit is contained in:
parent
f70accebf1
commit
42a4df61d3
1 changed files with 6 additions and 12 deletions
|
@ -17,19 +17,19 @@ pkgname=('uboot-a10-olinuxino-lime'
|
||||||
'uboot-pcduino'
|
'uboot-pcduino'
|
||||||
'uboot-pcduino3'
|
'uboot-pcduino3'
|
||||||
'uboot-pcduino3-nano')
|
'uboot-pcduino3-nano')
|
||||||
pkgver=2017.01
|
pkgver=2024.07
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="http://git.denx.de/u-boot.git/"
|
url="http://git.denx.de/u-boot.git/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
makedepends=('git' 'bc' 'dtc' 'python2')
|
makedepends=('git' 'bc' 'dtc' 'python' 'swig')
|
||||||
backup=(boot/boot.txt boot/boot.scr)
|
backup=(boot/boot.txt boot/boot.scr)
|
||||||
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
|
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
|
||||||
'boot.txt'
|
'boot.txt'
|
||||||
'mkscr')
|
'mkscr')
|
||||||
md5sums=('ad2d82d5b4fa548b2b95bbc26c9bad79'
|
sha256sums=('f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f'
|
||||||
'95f60c0ae1315e986d8a2aee15d5f854'
|
'24ca87bc2941bc5c6230e9004c0305fa63c5c007160bd438d296691bd979f27a'
|
||||||
'021623a04afd29ac3f368977140cfbfd')
|
'a4fc8b6b92bc364d6542670d294aa618a8501fb8729f415cc0a3eed776ef0c8e')
|
||||||
|
|
||||||
boards=('A10-OLinuXino-Lime'
|
boards=('A10-OLinuXino-Lime'
|
||||||
'A10s-OLinuXino-M'
|
'A10s-OLinuXino-M'
|
||||||
|
@ -45,12 +45,6 @@ boards=('A10-OLinuXino-Lime'
|
||||||
'Linksprite_pcDuino3'
|
'Linksprite_pcDuino3'
|
||||||
'Linksprite_pcDuino3_Nano')
|
'Linksprite_pcDuino3_Nano')
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd u-boot-${pkgver}
|
|
||||||
|
|
||||||
sed -i 's/env python$/&2/' tools/binman/binman{,.py}
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd u-boot-${pkgver}
|
cd u-boot-${pkgver}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue