temp/u-boot-pinebookpro: rebuild against ATF 2.6 (MR 2865)
This commit is contained in:
parent
d71fd9487e
commit
680b4c2b50
1 changed files with 12 additions and 2 deletions
|
@ -2,13 +2,23 @@
|
||||||
# a driver for the display and supports efi loading operating systems
|
# a driver for the display and supports efi loading operating systems
|
||||||
pkgname=u-boot-pinebookpro
|
pkgname=u-boot-pinebookpro
|
||||||
pkgver=2020.07
|
pkgver=2020.07
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="u-boot bootloader for the rk3399"
|
pkgdesc="u-boot bootloader for the rk3399"
|
||||||
url="https://gitlab.denx.de/u-boot/u-boot"
|
url="https://gitlab.denx.de/u-boot/u-boot"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
license="GPL-2.0-or-later OFL-1.1 BSD-2-Clause BSD-3-Clause eCos-2.0 IBM-pibs
|
license="GPL-2.0-or-later OFL-1.1 BSD-2-Clause BSD-3-Clause eCos-2.0 IBM-pibs
|
||||||
ISC LGPL-2.0-only LGPL-2.1-only X11"
|
ISC LGPL-2.0-only LGPL-2.1-only X11"
|
||||||
makedepends="$depends_dev bc dtc python3-dev swig bison flex openssl-dev arm-trusted-firmware u-boot-tools"
|
makedepends="$depends_dev
|
||||||
|
arm-trusted-firmware
|
||||||
|
bc
|
||||||
|
bison
|
||||||
|
dtc
|
||||||
|
flex
|
||||||
|
openssl-dev
|
||||||
|
python3-dev
|
||||||
|
swig
|
||||||
|
u-boot-tools
|
||||||
|
"
|
||||||
options="!check"
|
options="!check"
|
||||||
source="
|
source="
|
||||||
ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver//_/-}.tar.bz2
|
ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver//_/-}.tar.bz2
|
||||||
|
|
Loading…
Reference in a new issue