summaryrefslogtreecommitdiff
path: root/libre/uboot4extlinux-sunxi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/uboot4extlinux-sunxi/PKGBUILD')
-rw-r--r--libre/uboot4extlinux-sunxi/PKGBUILD11
1 files changed, 1 insertions, 10 deletions
diff --git a/libre/uboot4extlinux-sunxi/PKGBUILD b/libre/uboot4extlinux-sunxi/PKGBUILD
index b25bcc35c..86abb97f2 100644
--- a/libre/uboot4extlinux-sunxi/PKGBUILD
+++ b/libre/uboot4extlinux-sunxi/PKGBUILD
@@ -26,17 +26,15 @@ pkgname=('uboot4extlinux-a10-olinuxino-lime'
'uboot4extlinux-orangepi_pc'
'uboot4extlinux-orangepi_plus')
pkgver=2019.01
-pkgrel=2
+pkgrel=3
arch=('armv7h')
url="http://git.denx.de/u-boot.git/"
license=('GPL')
makedepends=('bc' 'dtc' 'python' 'python2' 'swig')
backup=(boot/extlinux/extlinux.conf)
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
- '0001-parabola-arm-modifications.patch'
'extlinux.conf')
sha256sums=('50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22'
- 'd8277b055e60da95286264f4affd8a1105ea9fda26442a25ccbc914f354646f6'
'34550c6d700c6b4713f490d6d1b4e3ceb78a04072786225084fe6d13e232f105')
boards=('A10-OLinuXino-Lime'
@@ -61,13 +59,6 @@ boards=('A10-OLinuXino-Lime'
'orangepi_pc'
'orangepi_plus')
-prepare() {
- cd u-boot-${pkgver}
-
- patch -Np1 -i ../0001-parabola-arm-modifications.patch
- sed -i 's/env python$/&2/' tools/binman/binman{,.py}
-}
-
build() {
cd u-boot-${pkgver}