aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-11-26 14:22:22 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-11-26 14:22:22 +0000
commit61623df542dfda6cee81a43ce21799c3ee9f98c1 (patch)
tree9a67357857b87066e08306f3f177e756e48952c9 /main
parent706b2721976b16d73274f23966f3f1a5735bf301 (diff)
downloadaports-61623df542dfda6cee81a43ce21799c3ee9f98c1.tar.bz2
aports-61623df542dfda6cee81a43ce21799c3ee9f98c1.tar.xz
main/u-boot: update license
Diffstat (limited to 'main')
-rw-r--r--main/u-boot/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/u-boot/APKBUILD b/main/u-boot/APKBUILD
index 7aa6426752..8a1a640cb0 100644
--- a/main/u-boot/APKBUILD
+++ b/main/u-boot/APKBUILD
@@ -4,11 +4,12 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=u-boot
pkgver=2018.05
-pkgrel=3
+pkgrel=4
pkgdesc="u-boot bootloader common files"
url="http://www.denx.de/wiki/U-Boot/"
arch="armhf armv7 aarch64"
-license="GPL-2.0"
+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"
depends=""
depends_dev=""
makedepends="$depends_dev bc dtc python2-dev swig"
@@ -17,7 +18,6 @@ source="ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver//_/-}.tar.bz2
README.txt
update-u-boot
"
-
builddir="$srcdir"/u-boot-${pkgver//_/-}
case "$CARCH" in