diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-02-11 17:22:16 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-02-13 16:59:59 +0100 |
commit | 85bb946362c570af0c4e4ba79853d7509c2df1cc (patch) | |
tree | 4294f754c901e7b2305699642559b99ff15b4e9c /util/crossgcc/sum | |
parent | bd82d18ee5396d9e7a1a5ba101725c8ceff0e3fb (diff) | |
download | coreboot-85bb946362c570af0c4e4ba79853d7509c2df1cc.tar.xz |
crossgcc: Use acpica-unix2 over acpica-unix
Apparently acpica-unix is shipped under
"A non-open source license (the 'Intel license')" while acpica-unix2
comes under GPLv2/BSD dual license. (see https://acpica.org/Licensing)
So go with unix2.
Change-Id: I412812187bbf488eb4ad6d7fb8d2840f2f5e06d4
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/13686
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util/crossgcc/sum')
-rw-r--r-- | util/crossgcc/sum/acpica-unix-20150619.tar.gz.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/acpica-unix2-20150619.tar.gz.cksum | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/sum/acpica-unix-20150619.tar.gz.cksum b/util/crossgcc/sum/acpica-unix-20150619.tar.gz.cksum deleted file mode 100644 index 404730043d..0000000000 --- a/util/crossgcc/sum/acpica-unix-20150619.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -ccc86513f10c47762bf46bf4d348c8cbda4336f5 tarballs/acpica-unix-20150619.tar.gz diff --git a/util/crossgcc/sum/acpica-unix2-20150619.tar.gz.cksum b/util/crossgcc/sum/acpica-unix2-20150619.tar.gz.cksum new file mode 100644 index 0000000000..523e6dadd9 --- /dev/null +++ b/util/crossgcc/sum/acpica-unix2-20150619.tar.gz.cksum @@ -0,0 +1 @@ +283c594c4b89db8e3bef8fca25021c52938987ad tarballs/acpica-unix2-20150619.tar.gz |