9 Commits

Author SHA1 Message Date
Sören Tempel
b8da72a483 main/dtc: add check 2019-04-10 11:28:10 +02:00
Sören Tempel
b42bbd7f8c main/dtc: update URL 2019-04-10 10:08:28 +02:00
Sören Tempel
40f6e52c56 main/dtc: upgrade to 1.5.0
Patch is superseded by [0].

[0]: https://git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/fdtdump.c?id=78e113e81c9d33d0f33704b187a46399d5a75419
2019-04-10 10:06:27 +02:00
Timo Teräs
f0e3243cbf main/dtc: update to 1.4.7 2018-11-21 19:16:47 +02:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
2017-12-30 21:05:50 +01:00
William Pitcock
9f602f3eae main/dtc: disable -Werror because flex generates warnings 2017-03-28 05:44:31 +00:00
Breno Leitao
feac8738a6 main/dtc: Bump to version 1.4.4
Upgrade dtc package to version 1.4.4 and rebasing the patch to
fit this new version.
2017-03-28 05:39:17 +00:00
Valery Kartel
ae88afa1be [various]: fix kernel.org 'source' url protocol & hostname
http -> https
ftp.kernel.org -> kernel.org
2017-01-30 06:22:45 +00:00
Natanael Copa
65d45d3421 main/dtc: move from testing
needed for xen on arm
2016-06-23 13:11:16 +00:00